#B4AFD3

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

Shades of Blue Haze #B4AFD3

Tints of Blue Haze #B4AFD3

Color information

#B4AFD3 (or 0xB4AFD3) is unknown color: approx Blue Haze. HEX triplet: B4, AF and D3. RGB value is (180,175,211). Sum of RGB (Red+Green+Blue) = 180+175+211=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #B4AFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFD3 is #4B502C. Grayscale: #B4B4B4. Windows color (decimal): -4935725 or 13873076. OLE color: 13873076.

HSL color Cylindrical-coordinate representation of color #B4AFD3: hue angle of 248.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4AFD3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180175211-
CMYK0.150.1700.17
HSL248.33º29.03%75.69%-
HSV(B)248.33º17.06%82.75%-
XYZ45.9145.0767.91-
YUV180.6145.16127.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.80%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 211 (82.81% from 255) = 37.28%
R=31.80%
G=30.92%
B=37.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801752110.150.1700.17248.3329.0375.69
HexB4AFD3F11011f81d4c
Octal264257323172102137035114
Binary10110100101011111101001111111000101000111111000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFD3; }

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

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

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

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

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

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

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

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