Html Css Color HEX #B0B7BE Heather

📋 copy color: '#B0B7BE'

red 176 ◦ green 183 ◦ blue 190

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

Shades of Heather #B0B7BE

Tints of Heather #B0B7BE

RGB

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

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

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

R = 32.06%
G = 33.33%
B = 34.61%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B0B7BE (or 0xB0B7BE) is known color: Heather. HEX triplet: B0, B7 and BE. RGB value is (176,183,190). Sum of RGB (Red+Green+Blue) = 176+183+190=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7BE is #4F4841. Grayscale: #B5B5B5. Windows color (decimal): -5195842 or 12498864. OLE color: 12498864.

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

Color convert

RGB 176 183 190 -
CMYK 0.07 0.04 0 0.25
HSL 210º 0.1% 0.72% -
HSV(B) 210º 0.07% 0.75% -
XYZ 44.13 46.81 55.43 -
YUV 181.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 176 183 190 0.07 0.04 0 0.25 210 0.1 0.72
Hex B0 B7 BE 7 4 0 19 D2 A 48
Octal 260 267 276 7 4 0 31 322 12 110
Binary 10110000 10110111 10111110 111 100 0 11001 11010010 1010 1001000

Color Harmonies of #B0B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B7BE

Black with #B0B7BE

Text Example


Text Example

White with #B0B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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