#B3AFCC

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

Shades of Blue Haze #B3AFCC

Tints of Blue Haze #B3AFCC

Color information

#B3AFCC (or 0xB3AFCC) is unknown color: approx Blue Haze. HEX triplet: B3, AF and CC. RGB value is (179,175,204). Sum of RGB (Red+Green+Blue) = 179+175+204=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFCC is #4C5033. Grayscale: #B3B3B3. Windows color (decimal): -5001268 or 13414323. OLE color: 13414323.

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

Color convert

RGB179175204-
CMYK0.120.1400.2
HSL248.28º22.14%74.31%-
HSV(B)248.28º14.22%80%-
XYZ44.8244.663.37-
YUV179.5141.83127.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=32.08%
G=31.36%
B=36.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791752040.120.1400.2248.2822.1474.31
HexB3AFCCCE014f8164a
Octal263257314141602437026112
Binary1011001110101111110011001100111001010011111000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFCC; }

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

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

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

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

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

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

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

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