Html Css Color HEX #BEDDC2 Edgewater

📋 copy color: '#BEDDC2'

red 190 ◦ green 221 ◦ blue 194

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

Shades of Edgewater #BEDDC2

Tints of Edgewater #BEDDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.53%

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

R = 31.4%
G = 36.53%
B = 32.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#BEDDC2 (or 0xBEDDC2) is known color: Edgewater. HEX triplet: BE, DD and C2. RGB value is (190,221,194). Sum of RGB (Red+Green+Blue) = 190+221+194=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDC2 is #41223D. Grayscale: #D0D0D0. Windows color (decimal): -4268606 or 12770750. OLE color: 12770750.

HSL color Cylindrical-coordinate representation of color #BEDDC2: hue angle of 127.74º degrees, saturation: 0.31, 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 #BEDDC2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 194 -
CMYK 0.14 0 0.12 0.13
HSL 127.74º 0.31% 0.81% -
HSV(B) 127.74º 0.14% 0.87% -
XYZ 56.83 66.56 60.89 -
YUV 208.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 190 221 194 0.14 0 0.12 0.13 127.74 0.31 0.81
Hex BE DD C2 E 0 C D 80 1F 51
Octal 276 335 302 16 0 14 15 200 37 121
Binary 10111110 11011101 11000010 1110 0 1100 1101 10000000 11111 1010001

Color Harmonies of #BEDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDC2

Black with #BEDDC2

Text Example


Text Example

White with #BEDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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