Html Css Color HEX #BEDEC2 Edgewater

📋 copy color: '#BEDEC2'

red 190 ◦ green 222 ◦ blue 194

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

Shades of Edgewater #BEDEC2

Tints of Edgewater #BEDEC2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.63%

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

R = 31.35%
G = 36.63%
B = 32.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BEDEC2 (or 0xBEDEC2) is known color: Edgewater. HEX triplet: BE, DE and C2. RGB value is (190,222,194). Sum of RGB (Red+Green+Blue) = 190+222+194=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC2 is #41213D. Grayscale: #D1D1D1. Windows color (decimal): -4268350 or 12771006. OLE color: 12771006.

HSL color Cylindrical-coordinate representation of color #BEDEC2: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDEC2 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 194 -
CMYK 0.14 0 0.13 0.13
HSL 127.5º 0.33% 0.81% -
HSV(B) 127.5º 0.14% 0.87% -
XYZ 57.09 67.08 60.98 -
YUV 209.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 190 222 194 0.14 0 0.13 0.13 127.5 0.33 0.81
Hex BE DE C2 E 0 D D 80 21 51
Octal 276 336 302 16 0 15 15 200 41 121
Binary 10111110 11011110 11000010 1110 0 1101 1101 10000000 100001 1010001

Color Harmonies of #BEDEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEC2

Black with #BEDEC2

Text Example


Text Example

White with #BEDEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEC2; }

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

 H1.HeaderClassName
 {
   color: #BEDEC2;
 }
 .AnyTagClassName
 {
   color: #BEDEC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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