Html Css Color HEX #BAB6C9 Blue Haze

📋 copy color: '#BAB6C9'

red 186 ◦ green 182 ◦ blue 201

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

Shades of Blue Haze #BAB6C9

Tints of Blue Haze #BAB6C9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.99%

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 32.69%
G = 31.99%
B = 35.33%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAB6C9 (or 0xBAB6C9) is known color: Blue Haze. HEX triplet: BA, B6 and C9. RGB value is (186,182,201). Sum of RGB (Red+Green+Blue) = 186+182+201=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6C9 is #454936. Grayscale: #B9B9B9. Windows color (decimal): -4540727 or 13219514. OLE color: 13219514.

HSL color Cylindrical-coordinate representation of color #BAB6C9: hue angle of 252.63º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB6C9 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 182 201 -
CMYK 0.07 0.09 0 0.21
HSL 252.63º 0.15% 0.75% -
HSV(B) 252.63º 0.09% 0.79% -
XYZ 47.52 48.11 62.04 -
YUV 185.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 186 182 201 0.07 0.09 0 0.21 252.63 0.15 0.75
Hex BA B6 C9 7 9 0 15 FD F 4B
Octal 272 266 311 7 11 0 25 375 17 113
Binary 10111010 10110110 11001001 111 1001 0 10101 11111101 1111 1001011

Color Harmonies of #BAB6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6C9

Black with #BAB6C9

Text Example


Text Example

White with #BAB6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6C9; }

 p { color: rgb(186,182,201); }

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

background-color css

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

 a { background-color: rgb(186,182,201); }

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

border-color css

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

 span { border-color: rgb(186,182,201); }

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