#B7BFC3

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

Shades of Heather #B7BFC3

Tints of Heather #B7BFC3

Color information

#B7BFC3 (or 0xB7BFC3) is unknown color: approx Heather. HEX triplet: B7, BF and C3. RGB value is (183,191,195). Sum of RGB (Red+Green+Blue) = 183+191+195=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFC3 is #48403C. Grayscale: #BDBDBD. Windows color (decimal): -4735037 or 12828599. OLE color: 12828599.

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

Color convert

RGB183191195-
CMYK0.060.0200.24
HSL200º9.09%74.12%-
HSV(B)200º6.15%76.47%-
XYZ48.0151.2759-
YUV189.06131.35123.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.16%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=32.16%
G=33.57%
B=34.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831911950.060.0200.242009.0974.12
HexB7BFC362018c894a
Octal2672773036203031011112
Binary101101111011111111000011110100110001100100010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BFC3; }

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

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

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

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

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

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

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

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