#B7C7CE

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

Shades of Heather #B7C7CE

Tints of Heather #B7C7CE

Color information

#B7C7CE (or 0xB7C7CE) is unknown color: approx Heather. HEX triplet: B7, C7 and CE. RGB value is (183,199,206). Sum of RGB (Red+Green+Blue) = 183+199+206=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C7CE is #483831. Grayscale: #C2C2C2. Windows color (decimal): -4732978 or 13551543. OLE color: 13551543.

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

Color convert

RGB183199206-
CMYK0.110.0300.19
HSL198.26º19.01%76.27%-
HSV(B)198.26º11.17%80.78%-
XYZ51.0955.3766.39-
YUV195.01134.2119.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.12%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=31.12%
G=33.84%
B=35.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831992060.110.0300.19198.2619.0176.27
HexB7C7CEB3013c6134c
Octal26730731613302330623114
Binary10110111110001111100111010111101001111000110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C7CE; }

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

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

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

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

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

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

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

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