Html Css Color HEX #B0BBBF Heather

📋 copy color: '#B0BBBF'

red 176 ◦ green 187 ◦ blue 191

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

Shades of Heather #B0BBBF

Tints of Heather #B0BBBF

RGB

 RED value IS 176 (69.14% from 255) = 31.77%

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

 BLUE value IS 191 (75% from 255) = 34.48%

R = 31.77%
G = 33.75%
B = 34.48%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0BBBF (or 0xB0BBBF) is known color: Heather. HEX triplet: B0, BB and BF. RGB value is (176,187,191). Sum of RGB (Red+Green+Blue) = 176+187+191=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBBF is #4F4440. Grayscale: #B8B8B8. Windows color (decimal): -5194817 or 12565424. OLE color: 12565424.

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

Color convert

RGB 176 187 191 -
CMYK 0.08 0.02 0 0.25
HSL 196º 0.1% 0.72% -
HSV(B) 196º 0.08% 0.75% -
XYZ 45.08 48.53 56.28 -
YUV 184.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 176 187 191 0.08 0.02 0 0.25 196 0.1 0.72
Hex B0 BB BF 8 2 0 19 C4 A 48
Octal 260 273 277 10 2 0 31 304 12 110
Binary 10110000 10111011 10111111 1000 10 0 11001 11000100 1010 1001000

Color Harmonies of #B0BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBBF

Black with #B0BBBF

Text Example


Text Example

White with #B0BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBBF; }

 p { color: rgb(176,187,191); }

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

background-color css

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

 a { background-color: rgb(176,187,191); }

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

border-color css

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

 span { border-color: rgb(176,187,191); }

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