#B4AFD2

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

Shades of Blue Haze #B4AFD2

Tints of Blue Haze #B4AFD2

Color information

#B4AFD2 (or 0xB4AFD2) is unknown color: approx Blue Haze. HEX triplet: B4, AF and D2. RGB value is (180,175,210). Sum of RGB (Red+Green+Blue) = 180+175+210=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #B4AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFD2 is #4B502D. Grayscale: #B4B4B4. Windows color (decimal): -4935726 or 13807540. OLE color: 13807540.

HSL color Cylindrical-coordinate representation of color #B4AFD2: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4AFD2 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180175210-
CMYK0.140.1700.18
HSL248.57º28%75.49%-
HSV(B)248.57º16.67%82.35%-
XYZ45.7945.0267.25-
YUV180.48144.66127.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 210 (82.42% from 255) = 37.17%
R=31.86%
G=30.97%
B=37.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801752100.140.1700.18248.572875.49
HexB4AFD2E11012f91c4b
Octal264257322162102237134113
Binary10110100101011111101001011101000101001011111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFD2; }

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

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

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

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

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

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

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

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