#B3AFCA

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

Shades of Blue Haze #B3AFCA

Tints of Blue Haze #B3AFCA

Color information

#B3AFCA (or 0xB3AFCA) is unknown color: approx Blue Haze. HEX triplet: B3, AF and CA. RGB value is (179,175,202). Sum of RGB (Red+Green+Blue) = 179+175+202=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFCA is #4C5035. Grayscale: #B3B3B3. Windows color (decimal): -5001270 or 13283251. OLE color: 13283251.

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

Color convert

RGB179175202-
CMYK0.110.1300.21
HSL248.89º20.3%73.92%-
HSV(B)248.89º13.37%79.22%-
XYZ44.5844.5162.12-
YUV179.27140.83127.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=32.19%
G=31.47%
B=36.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791752020.110.1300.21248.8920.373.92
HexB3AFCABD015f9144a
Octal263257312131502537124112
Binary1011001110101111110010101011110101010111111001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFCA; }

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

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

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

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

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

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

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

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