#B7BCBE

Color #B7BCBE Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B7BCBE

Tints of Heather #B7BCBE

Color information

#B7BCBE (or 0xB7BCBE) is unknown color: approx 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

RGB183188190-
CMYK0.040.0100.25
HSL197.14º5.11%73.14%-
HSV(B)197.14º3.68%74.51%-
XYZ46.8149.7555.85-
YUV186.73129.84125.34-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831881900.040.0100.25197.145.1173.14
HexB7BCBE41019c5549
Octal267274276410313055111
Binary1011011110111100101111101001011001110001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>