#B2AFCF

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

Shades of Blue Haze #B2AFCF

Tints of Blue Haze #B2AFCF

Color information

#B2AFCF (or 0xB2AFCF) is unknown color: approx Blue Haze. HEX triplet: B2, AF and CF. RGB value is (178,175,207). Sum of RGB (Red+Green+Blue) = 178+175+207=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFCF is #4D5030. Grayscale: #B3B3B3. Windows color (decimal): -5066801 or 13610930. OLE color: 13610930.

HSL color Cylindrical-coordinate representation of color #B2AFCF: hue angle of 245.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2AFCF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178175207-
CMYK0.140.1500.19
HSL245.62º25%74.9%-
HSV(B)245.62º15.46%81.18%-
XYZ44.9544.6365.28-
YUV179.54143.49126.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=31.79%
G=31.25%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781752070.140.1500.19245.622574.9
HexB2AFCFEF013f6194b
Octal262257317161702336631113
Binary1011001010101111110011111110111101001111110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFCF; }

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

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

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

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

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

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

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

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