#BEC2C4

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

Shades of Heather #BEC2C4

Tints of Heather #BEC2C4

Color information

#BEC2C4 (or 0xBEC2C4) is unknown color: approx Heather. HEX triplet: BE, C2 and C4. RGB value is (190,194,196). Sum of RGB (Red+Green+Blue) = 190+194+196=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2C4 is #413D3B. Grayscale: #C1C1C1. Windows color (decimal): -4275516 or 12894910. OLE color: 12894910.

HSL color Cylindrical-coordinate representation of color #BEC2C4: hue angle of 200º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BEC2C4 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190194196-
CMYK0.030.0100.23
HSL200º4.84%75.69%-
HSV(B)200º3.06%76.86%-
XYZ50.4953.5259.89-
YUV193.03129.67125.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 194 (76.17% from 255) = 33.45%
BLUE value IS 196 (76.95% from 255) = 33.79%
R=32.76%
G=33.45%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901941960.030.0100.232004.8475.69
HexBEC2C431017c854c
Octal276302304310273105114
Binary101111101100001011000100111010111110010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2C4; }

 p { color: rgb(190,194,196); }

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

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

 a { background-color: rgb(190,194,196); }

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

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

 span { border-color: rgb(190,194,196); }

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