#BEC6CA

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

Shades of Heather #BEC6CA

Tints of Heather #BEC6CA

Color information

#BEC6CA (or 0xBEC6CA) is unknown color: approx Heather. HEX triplet: BE, C6 and CA. RGB value is (190,198,202). Sum of RGB (Red+Green+Blue) = 190+198+202=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6CA is #413935. Grayscale: #C4C4C4. Windows color (decimal): -4274486 or 13289150. OLE color: 13289150.

HSL color Cylindrical-coordinate representation of color #BEC6CA: hue angle of 200º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC6CA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190198202-
CMYK0.060.0200.21
HSL200º10.17%76.86%-
HSV(B)200º5.94%79.22%-
XYZ52.0955.663.86-
YUV196.06131.35123.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=32.20%
G=33.56%
B=34.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901982020.060.0200.2120010.1776.86
HexBEC6CA62015c8a4d
Octal2763063126202531012115
Binary101111101100011011001010110100101011100100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6CA; }

 p { color: rgb(190,198,202); }

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

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

 a { background-color: rgb(190,198,202); }

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

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

 span { border-color: rgb(190,198,202); }

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