#B1AFCA

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

Shades of Blue Haze #B1AFCA

Tints of Blue Haze #B1AFCA

Color information

#B1AFCA (or 0xB1AFCA) is unknown color: approx Blue Haze. HEX triplet: B1, AF and CA. RGB value is (177,175,202). Sum of RGB (Red+Green+Blue) = 177+175+202=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFCA is #4E5035. Grayscale: #B2B2B2. Windows color (decimal): -5132342 or 13283249. OLE color: 13283249.

HSL color Cylindrical-coordinate representation of color #B1AFCA: hue angle of 244.44º 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 #B1AFCA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177175202-
CMYK0.120.1300.21
HSL244.44º20.3%73.92%-
HSV(B)244.44º13.37%79.22%-
XYZ44.1244.2762.1-
YUV178.68141.16126.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=31.95%
G=31.59%
B=36.46%

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
Decimal1771752020.120.1300.21244.4420.373.92
HexB1AFCACD015f4144a
Octal261257312141502536424112
Binary1011000110101111110010101100110101010111110100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFCA; }

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

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

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

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

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

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

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

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