Html Css Color HEX #B9BBBE Heather

📋 copy color: '#B9BBBE'

red 185 ◦ green 187 ◦ blue 190

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

Shades of Heather #B9BBBE

Tints of Heather #B9BBBE

RGB

 RED value IS 185 (72.66% from 255) = 32.92%

 GREEN value IS 187 (73.44% from 255) = 33.27%

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 32.92%
G = 33.27%
B = 33.81%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9BBBE (or 0xB9BBBE) is known color: Heather. HEX triplet: B9, BB and BE. RGB value is (185,187,190). Sum of RGB (Red+Green+Blue) = 185+187+190=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBBE is #464441. Grayscale: #BABABA. Windows color (decimal): -4604994 or 12499897. OLE color: 12499897.

HSL color Cylindrical-coordinate representation of color #B9BBBE: hue angle of 216º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B9BBBE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 187 190 -
CMYK 0.03 0.02 0 0.25
HSL 216º 0.04% 0.74% -
HSV(B) 216º 0.03% 0.75% -
XYZ 47.07 49.57 55.8 -
YUV 186.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 185 187 190 0.03 0.02 0 0.25 216 0.04 0.74
Hex B9 BB BE 3 2 0 19 D8 4 4A
Octal 271 273 276 3 2 0 31 330 4 112
Binary 10111001 10111011 10111110 11 10 0 11001 11011000 100 1001010

Color Harmonies of #B9BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBBE

Black with #B9BBBE

Text Example


Text Example

White with #B9BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBBE; }

 p { color: rgb(185,187,190); }

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

background-color css

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

 a { background-color: rgb(185,187,190); }

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

border-color css

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

 span { border-color: rgb(185,187,190); }

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