Html Css Color HEX #BAB6C7 Blue Haze

📋 copy color: '#BAB6C7'

red 186 ◦ green 182 ◦ blue 199

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

Shades of Blue Haze #BAB6C7

Tints of Blue Haze #BAB6C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.1%

R = 32.8%
G = 32.1%
B = 35.1%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAB6C7 (or 0xBAB6C7) is known color: Blue Haze. HEX triplet: BA, B6 and C7. RGB value is (186,182,199). Sum of RGB (Red+Green+Blue) = 186+182+199=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAB6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6C7 is #454938. Grayscale: #B9B9B9. Windows color (decimal): -4540729 or 13088442. OLE color: 13088442.

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

Color convert

RGB 186 182 199 -
CMYK 0.07 0.09 0 0.22
HSL 254.12º 0.13% 0.75% -
HSV(B) 254.12º 0.09% 0.78% -
XYZ 47.29 48.02 60.81 -
YUV 185.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 186 182 199 0.07 0.09 0 0.22 254.12 0.13 0.75
Hex BA B6 C7 7 9 0 16 FE D 4B
Octal 272 266 307 7 11 0 26 376 15 113
Binary 10111010 10110110 11000111 111 1001 0 10110 11111110 1101 1001011

Color Harmonies of #BAB6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6C7

Black with #BAB6C7

Text Example


Text Example

White with #BAB6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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