#B7BCBF

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

Shades of Heather #B7BCBF

Tints of Heather #B7BCBF

Color information

#B7BCBF (or 0xB7BCBF) is unknown color: approx Heather. HEX triplet: B7, BC and BF. RGB value is (183,188,191). Sum of RGB (Red+Green+Blue) = 183+188+191=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCBF is #484340. Grayscale: #BABABA. Windows color (decimal): -4735809 or 12565687. OLE color: 12565687.

HSL color Cylindrical-coordinate representation of color #B7BCBF: hue angle of 202.5º degrees, saturation: 0.06, 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 #B7BCBF is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183188191-
CMYK0.040.0200.25
HSL202.5º5.88%73.33%-
HSV(B)202.5º4.19%74.9%-
XYZ46.9249.856.43-
YUV186.85130.34125.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 191 (75% from 255) = 33.99%
R=32.56%
G=33.45%
B=33.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831881910.040.0200.25202.55.8873.33
HexB7BCBF42019ca649
Octal267274277420313126111
Binary10110111101111001011111110010011001110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCBF; }

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

 H1.HeaderClassName
 {
   color: #B7BCBF;
 }
 .AnyTagClassName
 {
   color: #B7BCBF;
 }
</style>
background-color css

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

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

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

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

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

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