#B2AFCA

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

Shades of Blue Haze #B2AFCA

Tints of Blue Haze #B2AFCA

Color information

#B2AFCA (or 0xB2AFCA) is unknown color: approx Blue Haze. HEX triplet: B2, AF and CA. RGB value is (178,175,202). Sum of RGB (Red+Green+Blue) = 178+175+202=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFCA is #4D5035. Grayscale: #B2B2B2. Windows color (decimal): -5066806 or 13283250. OLE color: 13283250.

HSL color Cylindrical-coordinate representation of color #B2AFCA: hue angle of 246.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AFCA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178175202-
CMYK0.120.1300.21
HSL246.67º20.3%73.92%-
HSV(B)246.67º13.37%79.22%-
XYZ44.3544.3962.11-
YUV178.98140.99127.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=32.07%
G=31.53%
B=36.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781752020.120.1300.21246.6720.373.92
HexB2AFCACD015f7144a
Octal262257312141502536724112
Binary1011001010101111110010101100110101010111110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFCA; }

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

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

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

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

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

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

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

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