#BAB4CD

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

Shades of Blue Haze #BAB4CD

Tints of Blue Haze #BAB4CD

Color information

#BAB4CD (or 0xBAB4CD) is unknown color: approx Blue Haze. HEX triplet: BA, B4 and CD. RGB value is (186,180,205). Sum of RGB (Red+Green+Blue) = 186+180+205=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4CD is #454B32. Grayscale: #B8B8B8. Windows color (decimal): -4541235 or 13481146. OLE color: 13481146.

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

Color convert

RGB186180205-
CMYK0.090.1200.20
HSL254.4º20%75.49%-
HSV(B)254.4º12.2%80.39%-
XYZ47.5947.4964.42-
YUV184.64139.49128.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=32.57%
G=31.52%
B=35.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861802050.090.1200.20254.42075.49
HexBAB4CD9C014fe144b
Octal272264315111402437624113
Binary1011101010110100110011011001110001010011111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4CD; }

 p { color: rgb(186,180,205); }

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

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

 a { background-color: rgb(186,180,205); }

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

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

 span { border-color: rgb(186,180,205); }

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