#B7BDC1

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

Shades of Heather #B7BDC1

Tints of Heather #B7BDC1

Color information

#B7BDC1 (or 0xB7BDC1) is unknown color: approx Heather. HEX triplet: B7, BD and C1. RGB value is (183,189,193). Sum of RGB (Red+Green+Blue) = 183+189+193=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDC1 is #48423E. Grayscale: #BBBBBB. Windows color (decimal): -4735551 or 12697015. OLE color: 12697015.

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

Color convert

RGB183189193-
CMYK0.050.0200.24
HSL204º7.46%73.73%-
HSV(B)204º5.18%75.69%-
XYZ47.3550.3157.67-
YUV187.66131.01124.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.39%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=32.39%
G=33.45%
B=34.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831891930.050.0200.242047.4673.73
HexB7BDC152018cc74a
Octal267275301520303147112
Binary10110111101111011100000110110011000110011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDC1; }

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

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

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

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

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

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

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

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