#BEC9CD

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

Shades of Heather #BEC9CD

Tints of Heather #BEC9CD

Color information

#BEC9CD (or 0xBEC9CD) is unknown color: approx Heather. HEX triplet: BE, C9 and CD. RGB value is (190,201,205). Sum of RGB (Red+Green+Blue) = 190+201+205=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9CD is #413632. Grayscale: #C6C6C6. Windows color (decimal): -4273715 or 13486526. OLE color: 13486526.

HSL color Cylindrical-coordinate representation of color #BEC9CD: hue angle of 196º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC9CD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190201205-
CMYK0.070.0200.20
HSL196º13.04%77.45%-
HSV(B)196º7.32%80.39%-
XYZ53.1457.1365.98-
YUV198.17131.86122.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=31.88%
G=33.72%
B=34.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902012050.070.0200.2019613.0477.45
HexBEC9CD72014c4d4d
Octal2763113157202430415115
Binary101111101100100111001101111100101001100010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9CD; }

 p { color: rgb(190,201,205); }

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

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

 a { background-color: rgb(190,201,205); }

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

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

 span { border-color: rgb(190,201,205); }

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