#B7BDC0

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

Shades of Heather #B7BDC0

Tints of Heather #B7BDC0

Color information

#B7BDC0 (or 0xB7BDC0) is unknown color: approx Heather. HEX triplet: B7, BD and C0. RGB value is (183,189,192). Sum of RGB (Red+Green+Blue) = 183+189+192=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDC0 is #48423F. Grayscale: #BBBBBB. Windows color (decimal): -4735552 or 12631479. OLE color: 12631479.

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

Color convert

RGB183189192-
CMYK0.050.0200.25
HSL200º6.67%73.53%-
HSV(B)200º4.69%75.29%-
XYZ47.2450.2757.08-
YUV187.55130.51124.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.45%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=32.45%
G=33.51%
B=34.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831891920.050.0200.252006.6773.53
HexB7BDC052019c874a
Octal267275300520313107112
Binary10110111101111011100000010110011001110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDC0; }

 p { color: rgb(183,189,192); }

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

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

 a { background-color: rgb(183,189,192); }

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

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

 span { border-color: rgb(183,189,192); }

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