#BEC8CC

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

Shades of Heather #BEC8CC

Tints of Heather #BEC8CC

Color information

#BEC8CC (or 0xBEC8CC) is unknown color: approx Heather. HEX triplet: BE, C8 and CC. RGB value is (190,200,204). Sum of RGB (Red+Green+Blue) = 190+200+204=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8CC is #413733. Grayscale: #C5C5C5. Windows color (decimal): -4273972 or 13420734. OLE color: 13420734.

HSL color Cylindrical-coordinate representation of color #BEC8CC: hue angle of 197.14º degrees, saturation: 0.12, 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 #BEC8CC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190200204-
CMYK0.070.0200.2
HSL197.14º12.07%77.25%-
HSV(B)197.14º6.86%80%-
XYZ52.7956.6265.27-
YUV197.47131.69122.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=31.99%
G=33.67%
B=34.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902002040.070.0200.2197.1412.0777.25
HexBEC8CC72014c5c4d
Octal2763103147202430514115
Binary101111101100100011001100111100101001100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8CC; }

 p { color: rgb(190,200,204); }

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

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

 a { background-color: rgb(190,200,204); }

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

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

 span { border-color: rgb(190,200,204); }

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