Html Css Color HEX #B5B9BE Heather

📋 copy color: '#B5B9BE'

red 181 ◦ green 185 ◦ blue 190

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

Shades of Heather #B5B9BE

Tints of Heather #B5B9BE

RGB

 RED value IS 181 (71.09% from 255) = 32.55%

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

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

R = 32.55%
G = 33.27%
B = 34.17%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5B9BE (or 0xB5B9BE) is known color: Heather. HEX triplet: B5, B9 and BE. RGB value is (181,185,190). Sum of RGB (Red+Green+Blue) = 181+185+190=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9BE is #4A4641. Grayscale: #B8B8B8. Windows color (decimal): -4867650 or 12499381. OLE color: 12499381.

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

Color convert

RGB 181 185 190 -
CMYK 0.05 0.03 0 0.25
HSL 213.33º 0.06% 0.73% -
HSV(B) 213.33º 0.05% 0.75% -
XYZ 45.7 48.24 55.62 -
YUV 184.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 181 185 190 0.05 0.03 0 0.25 213.33 0.06 0.73
Hex B5 B9 BE 5 3 0 19 D5 6 49
Octal 265 271 276 5 3 0 31 325 6 111
Binary 10110101 10111001 10111110 101 11 0 11001 11010101 110 1001001

Color Harmonies of #B5B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B9BE

Black with #B5B9BE

Text Example


Text Example

White with #B5B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B9BE; }

 p { color: rgb(181,185,190); }

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

background-color css

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

 a { background-color: rgb(181,185,190); }

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

border-color css

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

 span { border-color: rgb(181,185,190); }

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