#BEC7CA

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

Shades of Heather #BEC7CA

Tints of Heather #BEC7CA

Color information

#BEC7CA (or 0xBEC7CA) is unknown color: approx Heather. HEX triplet: BE, C7 and CA. RGB value is (190,199,202). Sum of RGB (Red+Green+Blue) = 190+199+202=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7CA is #413835. Grayscale: #C4C4C4. Windows color (decimal): -4274230 or 13289406. OLE color: 13289406.

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

Color convert

RGB190199202-
CMYK0.060.0100.21
HSL195º10.17%76.86%-
HSV(B)195º5.94%79.22%-
XYZ52.3256.0663.94-
YUV196.65131.02123.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=32.15%
G=33.67%
B=34.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901992020.060.0100.2119510.1776.86
HexBEC7CA61015c3a4d
Octal2763073126102530312115
Binary10111110110001111100101011010101011100001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7CA; }

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

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

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

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

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

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

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

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