#B7BBBC

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

Shades of Heather #B7BBBC

Tints of Heather #B7BBBC

Color information

#B7BBBC (or 0xB7BBBC) is unknown color: approx Heather. HEX triplet: B7, BB and BC. RGB value is (183,187,188). Sum of RGB (Red+Green+Blue) = 183+187+188=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBBC is #484443. Grayscale: #B9B9B9. Windows color (decimal): -4736068 or 12368823. OLE color: 12368823.

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

Color convert

RGB183187188-
CMYK0.030.0100.26
HSL192º3.6%72.75%-
HSV(B)192º2.66%73.73%-
XYZ46.3849.2454.64-
YUV185.92129.17125.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=32.80%
G=33.51%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831871880.030.0100.261923.672.75
HexB7BBBC3101Ac0449
Octal267273274310323004111
Binary101101111011101110111100111011010110000001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBBC; }

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

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

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

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

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

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

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

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