Html Css Color HEX #BED9C7 Edgewater

📋 copy color: '#BED9C7'

red 190 ◦ green 217 ◦ blue 199

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

Shades of Edgewater #BED9C7

Tints of Edgewater #BED9C7

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.81%

 BLUE value IS 199 (78.13% from 255) = 32.84%

R = 31.35%
G = 35.81%
B = 32.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#BED9C7 (or 0xBED9C7) is known color: Edgewater. HEX triplet: BE, D9 and C7. RGB value is (190,217,199). Sum of RGB (Red+Green+Blue) = 190+217+199=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9C7 is #412638. Grayscale: #CECECE. Windows color (decimal): -4269625 or 13097406. OLE color: 13097406.

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

Color convert

RGB 190 217 199 -
CMYK 0.12 0 0.08 0.15
HSL 140º 0.26% 0.8% -
HSV(B) 140º 0.12% 0.85% -
XYZ 56.36 64.7 63.55 -
YUV 206.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 190 217 199 0.12 0 0.08 0.15 140 0.26 0.8
Hex BE D9 C7 C 0 8 F 8C 1A 50
Octal 276 331 307 14 0 10 17 214 32 120
Binary 10111110 11011001 11000111 1100 0 1000 1111 10001100 11010 1010000

Color Harmonies of #BED9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9C7

Black with #BED9C7

Text Example


Text Example

White with #BED9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9C7; }

 p { color: rgb(190,217,199); }

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

background-color css

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

 a { background-color: rgb(190,217,199); }

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

border-color css

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

 span { border-color: rgb(190,217,199); }

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