Html Css Color HEX #BED7C2 Edgewater

📋 copy color: '#BED7C2'

red 190 ◦ green 215 ◦ blue 194

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

Shades of Edgewater #BED7C2

Tints of Edgewater #BED7C2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.89%

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

R = 31.72%
G = 35.89%
B = 32.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#BED7C2 (or 0xBED7C2) is known color: Edgewater. HEX triplet: BE, D7 and C2. RGB value is (190,215,194). Sum of RGB (Red+Green+Blue) = 190+215+194=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7C2 is #41283D. Grayscale: #CDCDCD. Windows color (decimal): -4270142 or 12769214. OLE color: 12769214.

HSL color Cylindrical-coordinate representation of color #BED7C2: hue angle of 129.6º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7C2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 194 -
CMYK 0.12 0 0.10 0.16
HSL 129.6º 0.24% 0.79% -
HSV(B) 129.6º 0.12% 0.84% -
XYZ 55.27 63.44 60.37 -
YUV 205.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 190 215 194 0.12 0 0.10 0.16 129.6 0.24 0.79
Hex BE D7 C2 C 0 A 10 82 18 4F
Octal 276 327 302 14 0 12 20 202 30 117
Binary 10111110 11010111 11000010 1100 0 1010 10000 10000010 11000 1001111

Color Harmonies of #BED7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7C2

Black with #BED7C2

Text Example


Text Example

White with #BED7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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