#B2AFF1

Color #B2AFF1 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B2AFF1

Tints of Perano #B2AFF1

Color information

#B2AFF1 (or 0xB2AFF1) is unknown color: approx Perano. HEX triplet: B2, AF and F1. RGB value is (178,175,241). Sum of RGB (Red+Green+Blue) = 178+175+241=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2AFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFF1 is #4D500E. Grayscale: #B7B7B7. Windows color (decimal): -5066767 or 15839154. OLE color: 15839154.

HSL color Cylindrical-coordinate representation of color #B2AFF1: hue angle of 242.73º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2AFF1 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178175241-
CMYK0.260.2700.05
HSL242.73º70.21%81.57%-
HSV(B)242.73º27.39%94.51%-
XYZ49.5746.4889.58-
YUV183.42160.49124.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 29.97%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 241 (94.53% from 255) = 40.57%
R=29.97%
G=29.46%
B=40.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781752410.260.2700.05242.7370.2181.57
HexB2AFF11A1B05f34652
Octal262257361323305363106122
Binary101100101010111111110001110101101101011111001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFF1; }

 p { color: rgb(178,175,241); }

 H1.HeaderClassName
 {
   color: #B2AFF1;
 }
 .AnyTagClassName
 {
   color: #B2AFF1;
 }
</style>
background-color css

<style>
 a { background-color: #B2AFF1; }

 a { background-color: rgb(178,175,241); }

 div.DivClassName
 {
   background-color: #B2AFF1;
 }
 .BgClassName
 {
   background-color: #B2AFF1;
 }
</style>
border-color css

<style>
 span { border-color: #B2AFF1; }

 span { border-color: rgb(178,175,241); }

 td.TdClassName
 {
   border-color: #B2AFF1;
 }
 .TagClassName
 {
   border-color: #B2AFF1;
 }
</style>