#B4AFCF

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

Shades of Blue Haze #B4AFCF

Tints of Blue Haze #B4AFCF

Color information

#B4AFCF (or 0xB4AFCF) is unknown color: approx Blue Haze. HEX triplet: B4, AF and CF. RGB value is (180,175,207). Sum of RGB (Red+Green+Blue) = 180+175+207=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFCF is #4B5030. Grayscale: #B4B4B4. Windows color (decimal): -4935729 or 13610932. OLE color: 13610932.

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

Color convert

RGB180175207-
CMYK0.130.1500.19
HSL249.38º25%74.9%-
HSV(B)249.38º15.46%81.18%-
XYZ45.4144.8765.3-
YUV180.14143.16127.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=32.03%
G=31.14%
B=36.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801752070.130.1500.19249.382574.9
HexB4AFCFDF013f9194b
Octal264257317151702337131113
Binary1011010010101111110011111101111101001111111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFCF; }

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

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

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

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

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

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

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

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