Html Css Color HEX #B7BCBE Heather

📋 copy color: '#B7BCBE'

red 183 ◦ green 188 ◦ blue 190

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

Shades of Heather #B7BCBE

Tints of Heather #B7BCBE

RGB

 RED value IS 183 (71.88% from 255) = 32.62%

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

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

R = 32.62%
G = 33.51%
B = 33.87%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B7BCBE (or 0xB7BCBE) is known color: Heather. HEX triplet: B7, BC and BE. RGB value is (183,188,190). Sum of RGB (Red+Green+Blue) = 183+188+190=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCBE is #484341. Grayscale: #BABABA. Windows color (decimal): -4735810 or 12500151. OLE color: 12500151.

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

Color convert

RGB 183 188 190 -
CMYK 0.04 0.01 0 0.25
HSL 197.14º 0.05% 0.73% -
HSV(B) 197.14º 0.04% 0.75% -
XYZ 46.81 49.75 55.85 -
YUV 186.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 183 188 190 0.04 0.01 0 0.25 197.14 0.05 0.73
Hex B7 BC BE 4 1 0 19 C5 5 49
Octal 267 274 276 4 1 0 31 305 5 111
Binary 10110111 10111100 10111110 100 1 0 11001 11000101 101 1001001

Color Harmonies of #B7BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCBE

Black with #B7BCBE

Text Example


Text Example

White with #B7BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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