#B1C7CD

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

Shades of Heather #B1C7CD

Tints of Heather #B1C7CD

Color information

#B1C7CD (or 0xB1C7CD) is unknown color: approx Heather. HEX triplet: B1, C7 and CD. RGB value is (177,199,205). Sum of RGB (Red+Green+Blue) = 177+199+205=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C7CD is #4E3832. Grayscale: #C1C1C1. Windows color (decimal): -5126195 or 13486001. OLE color: 13486001.

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

Color convert

RGB177199205-
CMYK0.140.0300.20
HSL192.86º21.87%74.9%-
HSV(B)192.86º13.66%80.39%-
XYZ49.5754.665.68-
YUV193.11134.71116.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 199 (78.12% from 255) = 34.25%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=30.46%
G=34.25%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771992050.140.0300.20192.8621.8774.9
HexB1C7CDE3014c1164b
Octal26130731516302430126113
Binary10110001110001111100110111101101010011000001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C7CD; }

 p { color: rgb(177,199,205); }

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

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

 a { background-color: rgb(177,199,205); }

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

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

 span { border-color: rgb(177,199,205); }

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