Html Css Color HEX #B8BCBE Heather

📋 copy color: '#B8BCBE'

red 184 ◦ green 188 ◦ blue 190

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

Shades of Heather #B8BCBE

Tints of Heather #B8BCBE

RGB

 RED value IS 184 (72.27% from 255) = 32.74%

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

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

R = 32.74%
G = 33.45%
B = 33.81%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B8BCBE (or 0xB8BCBE) is known color: Heather. HEX triplet: B8, BC and BE. RGB value is (184,188,190). Sum of RGB (Red+Green+Blue) = 184+188+190=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCBE is #474341. Grayscale: #BBBBBB. Windows color (decimal): -4670274 or 12500152. OLE color: 12500152.

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

Color convert

RGB 184 188 190 -
CMYK 0.03 0.01 0 0.25
HSL 200º 0.04% 0.73% -
HSV(B) 200º 0.03% 0.75% -
XYZ 47.04 49.87 55.86 -
YUV 187.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 184 188 190 0.03 0.01 0 0.25 200 0.04 0.73
Hex B8 BC BE 3 1 0 19 C8 4 49
Octal 270 274 276 3 1 0 31 310 4 111
Binary 10111000 10111100 10111110 11 1 0 11001 11001000 100 1001001

Color Harmonies of #B8BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCBE

Black with #B8BCBE

Text Example


Text Example

White with #B8BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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