#B7BBBF

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

Shades of Heather #B7BBBF

Tints of Heather #B7BBBF

Color information

#B7BBBF (or 0xB7BBBF) is unknown color: approx Heather. HEX triplet: B7, BB and BF. RGB value is (183,187,191). Sum of RGB (Red+Green+Blue) = 183+187+191=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBBF is #484440. Grayscale: #BABABA. Windows color (decimal): -4736065 or 12565431. OLE color: 12565431.

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

Color convert

RGB183187191-
CMYK0.040.0200.25
HSL210º5.88%73.33%-
HSV(B)210º4.19%74.9%-
XYZ46.749.3756.36-
YUV186.26130.67125.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.62%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 34.05%
R=32.62%
G=33.33%
B=34.05%

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
Decimal1831871910.040.0200.252105.8873.33
HexB7BBBF42019d2649
Octal267273277420313226111
Binary10110111101110111011111110010011001110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBBF; }

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

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

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

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

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

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

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

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