Html Css Color HEX #B0B9BF Heather

📋 copy color: '#B0B9BF'

red 176 ◦ green 185 ◦ blue 191

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

Shades of Heather #B0B9BF

Tints of Heather #B0B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.51%

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

R = 31.88%
G = 33.51%
B = 34.6%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0B9BF (or 0xB0B9BF) is known color: Heather. HEX triplet: B0, B9 and BF. RGB value is (176,185,191). Sum of RGB (Red+Green+Blue) = 176+185+191=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B9BF is #4F4640. Grayscale: #B6B6B6. Windows color (decimal): -5195329 or 12564912. OLE color: 12564912.

HSL color Cylindrical-coordinate representation of color #B0B9BF: hue angle of 204º 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 #B0B9BF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 185 191 -
CMYK 0.08 0.03 0 0.25
HSL 204º 0.1% 0.72% -
HSV(B) 204º 0.08% 0.75% -
XYZ 44.66 47.69 56.14 -
YUV 182.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 176 185 191 0.08 0.03 0 0.25 204 0.1 0.72
Hex B0 B9 BF 8 3 0 19 CC A 48
Octal 260 271 277 10 3 0 31 314 12 110
Binary 10110000 10111001 10111111 1000 11 0 11001 11001100 1010 1001000

Color Harmonies of #B0B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B9BF

Black with #B0B9BF

Text Example


Text Example

White with #B0B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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