#B1C6CD

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

Shades of Heather #B1C6CD

Tints of Heather #B1C6CD

Color information

#B1C6CD (or 0xB1C6CD) is unknown color: approx Heather. HEX triplet: B1, C6 and CD. RGB value is (177,198,205). Sum of RGB (Red+Green+Blue) = 177+198+205=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C6CD is #4E3932. Grayscale: #C0C0C0. Windows color (decimal): -5126451 or 13485745. OLE color: 13485745.

HSL color Cylindrical-coordinate representation of color #B1C6CD: hue angle of 195º 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 #B1C6CD is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177198205-
CMYK0.140.0300.20
HSL195º21.87%74.9%-
HSV(B)195º13.66%80.39%-
XYZ49.3454.1465.61-
YUV192.52135.04116.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 198 (77.73% from 255) = 34.14%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=30.52%
G=34.14%
B=35.34%

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
Decimal1771982050.140.0300.2019521.8774.9
HexB1C6CDE3014c3164b
Octal26130631516302430326113
Binary10110001110001101100110111101101010011000011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C6CD; }

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

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

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

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

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

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

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

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