Html Css Color HEX #B2B7BE Heather

📋 copy color: '#B2B7BE'

red 178 ◦ green 183 ◦ blue 190

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

Shades of Heather #B2B7BE

Tints of Heather #B2B7BE

RGB

 RED value IS 178 (69.92% from 255) = 32.3%

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

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

R = 32.3%
G = 33.21%
B = 34.48%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2B7BE (or 0xB2B7BE) is known color: Heather. HEX triplet: B2, B7 and BE. RGB value is (178,183,190). Sum of RGB (Red+Green+Blue) = 178+183+190=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B7BE is #4D4841. Grayscale: #B6B6B6. Windows color (decimal): -5064770 or 12498866. OLE color: 12498866.

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

Color convert

RGB 178 183 190 -
CMYK 0.06 0.04 0 0.25
HSL 215º 0.08% 0.72% -
HSV(B) 215º 0.06% 0.75% -
XYZ 44.59 47.05 55.45 -
YUV 182.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 178 183 190 0.06 0.04 0 0.25 215 0.08 0.72
Hex B2 B7 BE 6 4 0 19 D7 8 48
Octal 262 267 276 6 4 0 31 327 10 110
Binary 10110010 10110111 10111110 110 100 0 11001 11010111 1000 1001000

Color Harmonies of #B2B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B7BE

Black with #B2B7BE

Text Example


Text Example

White with #B2B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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