Html Css Color HEX #BAB5CB Blue Haze

📋 copy color: '#BAB5CB'

red 186 ◦ green 181 ◦ blue 203

#BAB5CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #BAB5CB

Tints of Blue Haze #BAB5CB

RGB

 RED value IS 186 (73.05% from 255) = 32.63%

 GREEN value IS 181 (71.09% from 255) = 31.75%

 BLUE value IS 203 (79.69% from 255) = 35.61%

R = 32.63%
G = 31.75%
B = 35.61%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BAB5CB (or 0xBAB5CB) is known color: Blue Haze. HEX triplet: BA, B5 and CB. RGB value is (186,181,203). Sum of RGB (Red+Green+Blue) = 186+181+203=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5CB is #454A34. Grayscale: #B8B8B8. Windows color (decimal): -4540981 or 13350330. OLE color: 13350330.

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

Color convert

RGB 186 181 203 -
CMYK 0.08 0.11 0 0.20
HSL 253.64º 0.17% 0.75% -
HSV(B) 253.64º 0.11% 0.8% -
XYZ 47.55 47.8 63.22 -
YUV 185 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 186 181 203 0.08 0.11 0 0.20 253.64 0.17 0.75
Hex BA B5 CB 8 B 0 14 FE 11 4B
Octal 272 265 313 10 13 0 24 376 21 113
Binary 10111010 10110101 11001011 1000 1011 0 10100 11111110 10001 1001011

Color Harmonies of #BAB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5CB

Black with #BAB5CB

Text Example


Text Example

White with #BAB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5CB; }

 p { color: rgb(186,181,203); }

 H1.HeaderClassName
 {
   color: #BAB5CB;
 }
 .AnyTagClassName
 {
   color: #BAB5CB;
 }
</style>

background-color css

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

 a { background-color: rgb(186,181,203); }

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

border-color css

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

 span { border-color: rgb(186,181,203); }

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