#B3C7CE

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

Shades of Heather #B3C7CE

Tints of Heather #B3C7CE

Color information

#B3C7CE (or 0xB3C7CE) is unknown color: approx Heather. HEX triplet: B3, C7 and CE. RGB value is (179,199,206). Sum of RGB (Red+Green+Blue) = 179+199+206=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7CE is #4C3831. Grayscale: #C1C1C1. Windows color (decimal): -4995122 or 13551539. OLE color: 13551539.

HSL color Cylindrical-coordinate representation of color #B3C7CE: hue angle of 195.56º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3C7CE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179199206-
CMYK0.130.0300.19
HSL195.56º21.6%75.49%-
HSV(B)195.56º13.11%80.78%-
XYZ50.1554.8966.34-
YUV193.82134.87117.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.65%
GREEN value IS 199 (78.12% from 255) = 34.08%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=30.65%
G=34.08%
B=35.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791992060.130.0300.19195.5621.675.49
HexB3C7CED3013c4164b
Octal26330731615302330426113
Binary10110011110001111100111011011101001111000100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C7CE; }

 p { color: rgb(179,199,206); }

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

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

 a { background-color: rgb(179,199,206); }

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

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

 span { border-color: rgb(179,199,206); }

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