Html Css Color HEX #BECEC2 Edgewater

📋 copy color: '#BECEC2'

red 190 ◦ green 206 ◦ blue 194

#BECEC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edgewater #BECEC2

Tints of Edgewater #BECEC2

RGB

 RED value IS 190 (74.61% from 255) = 32.2%

 GREEN value IS 206 (80.86% from 255) = 34.92%

 BLUE value IS 194 (76.17% from 255) = 32.88%

R = 32.2%
G = 34.92%
B = 32.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#BECEC2 (or 0xBECEC2) is known color: 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

RGB 190 206 194 -
CMYK 0.08 0 0.06 0.19
HSL 135º 0.14% 0.78% -
HSV(B) 135º 0.08% 0.81% -
XYZ 53.04 58.98 59.63 -
YUV 199.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 190 206 194 0.08 0 0.06 0.19 135 0.14 0.78
Hex BE CE C2 8 0 6 13 87 E 4E
Octal 276 316 302 10 0 6 23 207 16 116
Binary 10111110 11001110 11000010 1000 0 110 10011 10000111 1110 1001110

Color Harmonies of #BECEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEC2

Black with #BECEC2

Text Example


Text Example

White with #BECEC2

Text Example


Text Example

HTML Codes & Css Web 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>