Html Css Color HEX #B5BCBE Heather

📋 copy color: '#B5BCBE'

red 181 ◦ green 188 ◦ blue 190

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

Shades of Heather #B5BCBE

Tints of Heather #B5BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.63%

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

R = 32.38%
G = 33.63%
B = 33.99%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5BCBE (or 0xB5BCBE) is known color: Heather. HEX triplet: B5, BC and BE. RGB value is (181,188,190). Sum of RGB (Red+Green+Blue) = 181+188+190=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCBE is #4A4341. Grayscale: #BABABA. Windows color (decimal): -4866882 or 12500149. OLE color: 12500149.

HSL color Cylindrical-coordinate representation of color #B5BCBE: hue angle of 193.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 #B5BCBE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 188 190 -
CMYK 0.05 0.01 0 0.25
HSL 193.33º 0.06% 0.73% -
HSV(B) 193.33º 0.05% 0.75% -
XYZ 46.33 49.51 55.83 -
YUV 186.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 181 188 190 0.05 0.01 0 0.25 193.33 0.06 0.73
Hex B5 BC BE 5 1 0 19 C1 6 49
Octal 265 274 276 5 1 0 31 301 6 111
Binary 10110101 10111100 10111110 101 1 0 11001 11000001 110 1001001

Color Harmonies of #B5BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCBE

Black with #B5BCBE

Text Example


Text Example

White with #B5BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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