#B2AAF6

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

Shades of Perano #B2AAF6

Tints of Perano #B2AAF6

Color information

#B2AAF6 (or 0xB2AAF6) is unknown color: approx Perano. HEX triplet: B2, AA and F6. RGB value is (178,170,246). Sum of RGB (Red+Green+Blue) = 178+170+246=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #B2AAF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAF6 is #4D5509. Grayscale: #B4B4B4. Windows color (decimal): -5068042 or 16165554. OLE color: 16165554.

HSL color Cylindrical-coordinate representation of color #B2AAF6: hue angle of 246.32º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AAF6 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178170246-
CMYK0.280.3100.04
HSL246.32º80.85%81.57%-
HSV(B)246.32º30.89%96.47%-
XYZ49.3744.8793.25-
YUV181.06164.65125.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.97%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 246 (96.48% from 255) = 41.41%
R=29.97%
G=28.62%
B=41.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781702460.280.3100.04246.3280.8581.57
HexB2AAF61C1F04f65152
Octal262252366343704366121122
Binary101100101010101011110110111001111101001111011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AAF6; }

 p { color: rgb(178,170,246); }

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

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

 a { background-color: rgb(178,170,246); }

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

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

 span { border-color: rgb(178,170,246); }

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