#B2AFCD

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

Shades of Blue Haze #B2AFCD

Tints of Blue Haze #B2AFCD

Color information

#B2AFCD (or 0xB2AFCD) is unknown color: approx Blue Haze. HEX triplet: B2, AF and CD. RGB value is (178,175,205). Sum of RGB (Red+Green+Blue) = 178+175+205=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFCD is #4D5032. Grayscale: #B3B3B3. Windows color (decimal): -5066803 or 13479858. OLE color: 13479858.

HSL color Cylindrical-coordinate representation of color #B2AFCD: hue angle of 246º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2AFCD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178175205-
CMYK0.130.1500.20
HSL246º23.08%74.51%-
HSV(B)246º14.63%80.39%-
XYZ44.7144.5364-
YUV179.32142.49127.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=31.90%
G=31.36%
B=36.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781752050.130.1500.2024623.0874.51
HexB2AFCDDF014f6174b
Octal262257315151702436627113
Binary1011001010101111110011011101111101010011110110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFCD; }

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

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

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

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

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

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

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

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