Html Css Color HEX #B0B7BF Heather

📋 copy color: '#B0B7BF'

red 176 ◦ green 183 ◦ blue 191

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

Shades of Heather #B0B7BF

Tints of Heather #B0B7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.27%

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

R = 32%
G = 33.27%
B = 34.73%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0B7BF (or 0xB0B7BF) is known color: Heather. HEX triplet: B0, B7 and BF. RGB value is (176,183,191). Sum of RGB (Red+Green+Blue) = 176+183+191=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7BF is #4F4840. Grayscale: #B5B5B5. Windows color (decimal): -5195841 or 12564400. OLE color: 12564400.

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

Color convert

RGB 176 183 191 -
CMYK 0.08 0.04 0 0.25
HSL 212º 0.1% 0.72% -
HSV(B) 212º 0.08% 0.75% -
XYZ 44.24 46.86 56 -
YUV 181.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 176 183 191 0.08 0.04 0 0.25 212 0.1 0.72
Hex B0 B7 BF 8 4 0 19 D4 A 48
Octal 260 267 277 10 4 0 31 324 12 110
Binary 10110000 10110111 10111111 1000 100 0 11001 11010100 1010 1001000

Color Harmonies of #B0B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B7BF

Black with #B0B7BF

Text Example


Text Example

White with #B0B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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