Html Css Color HEX #BEDAC2 Edgewater

📋 copy color: '#BEDAC2'

red 190 ◦ green 218 ◦ blue 194

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

Shades of Edgewater #BEDAC2

Tints of Edgewater #BEDAC2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.21%

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

R = 31.56%
G = 36.21%
B = 32.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#BEDAC2 (or 0xBEDAC2) is known color: Edgewater. HEX triplet: BE, DA and C2. RGB value is (190,218,194). Sum of RGB (Red+Green+Blue) = 190+218+194=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAC2 is #41253D. Grayscale: #CECECE. Windows color (decimal): -4269374 or 12769982. OLE color: 12769982.

HSL color Cylindrical-coordinate representation of color #BEDAC2: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEDAC2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 194 -
CMYK 0.13 0 0.11 0.15
HSL 128.57º 0.27% 0.8% -
HSV(B) 128.57º 0.13% 0.85% -
XYZ 56.04 64.99 60.63 -
YUV 206.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 190 218 194 0.13 0 0.11 0.15 128.57 0.27 0.8
Hex BE DA C2 D 0 B F 81 1B 50
Octal 276 332 302 15 0 13 17 201 33 120
Binary 10111110 11011010 11000010 1101 0 1011 1111 10000001 11011 1010000

Color Harmonies of #BEDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDAC2

Black with #BEDAC2

Text Example


Text Example

White with #BEDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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