#BECEC2

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

Shades of Edgewater #BECEC2

Tints of Edgewater #BECEC2

Color information

#BECEC2 (or 0xBECEC2) is unknown color: approx Edgewater. HEX triplet: BE, CE and C2. RGB value is (190,206,194). Sum of RGB (Red+Green+Blue) = 190+206+194=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC2 is #41313D. Grayscale: #C7C7C7. Windows color (decimal): -4272446 or 12766910. OLE color: 12766910.

HSL color Cylindrical-coordinate representation of color #BECEC2: hue angle of 135º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECEC2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB190206194-
CMYK0.0800.060.19
HSL135º14.04%77.65%-
HSV(B)135º7.77%80.78%-
XYZ53.0458.9859.63-
YUV199.85124.7120.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 194 (76.17% from 255) = 32.88%
R=32.20%
G=34.92%
B=32.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061940.0800.060.1913514.0477.65
HexBECEC28061387e4e
Octal27631630210062320716116
Binary10111110110011101100001010000110100111000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEC2; }

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

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

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

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

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

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

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

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