#BEC2C3

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

Shades of Heather #BEC2C3

Tints of Heather #BEC2C3

Color information

#BEC2C3 (or 0xBEC2C3) is unknown color: approx Heather. HEX triplet: BE, C2 and C3. RGB value is (190,194,195). Sum of RGB (Red+Green+Blue) = 190+194+195=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEC2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2C3 is #413D3C. Grayscale: #C0C0C0. Windows color (decimal): -4275517 or 12829374. OLE color: 12829374.

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

Color convert

RGB190194195-
CMYK0.030.0100.24
HSL192º4%75.49%-
HSV(B)192º2.56%76.47%-
XYZ50.3853.4759.3-
YUV192.92129.17125.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 194 (76.17% from 255) = 33.51%
BLUE value IS 195 (76.56% from 255) = 33.68%
R=32.82%
G=33.51%
B=33.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941950.030.0100.24192475.49
HexBEC2C331018c044b
Octal276302303310303004113
Binary101111101100001011000011111011000110000001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2C3; }

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

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

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

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

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

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

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

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