#BEC8CB

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

Shades of Heather #BEC8CB

Tints of Heather #BEC8CB

Color information

#BEC8CB (or 0xBEC8CB) is unknown color: approx Heather. HEX triplet: BE, C8 and CB. RGB value is (190,200,203). Sum of RGB (Red+Green+Blue) = 190+200+203=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8CB is #413734. Grayscale: #C5C5C5. Windows color (decimal): -4273973 or 13355198. OLE color: 13355198.

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

Color convert

RGB190200203-
CMYK0.060.0100.20
HSL193.85º11.11%77.06%-
HSV(B)193.85º6.4%79.61%-
XYZ52.6756.5764.64-
YUV197.35131.19122.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=32.04%
G=33.73%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902002030.060.0100.20193.8511.1177.06
HexBEC8CB61014c2b4d
Octal2763103136102430213115
Binary10111110110010001100101111010101001100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8CB; }

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

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

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

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

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

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

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

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