Html Css Color HEX #BED3C5 Edgewater

📋 copy color: '#BED3C5'

red 190 ◦ green 211 ◦ blue 197

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

Shades of Edgewater #BED3C5

Tints of Edgewater #BED3C5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.28%

 BLUE value IS 197 (77.34% from 255) = 32.94%

R = 31.77%
G = 35.28%
B = 32.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#BED3C5 (or 0xBED3C5) is known color: Edgewater. HEX triplet: BE, D3 and C5. RGB value is (190,211,197). Sum of RGB (Red+Green+Blue) = 190+211+197=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3C5 is #412C3A. Grayscale: #CBCBCB. Windows color (decimal): -4271163 or 12964798. OLE color: 12964798.

HSL color Cylindrical-coordinate representation of color #BED3C5: hue angle of 140º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED3C5 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 197 -
CMYK 0.10 0 0.07 0.17
HSL 140º 0.19% 0.79% -
HSV(B) 140º 0.1% 0.83% -
XYZ 54.61 61.57 61.83 -
YUV 203.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 190 211 197 0.10 0 0.07 0.17 140 0.19 0.79
Hex BE D3 C5 A 0 7 11 8C 13 4F
Octal 276 323 305 12 0 7 21 214 23 117
Binary 10111110 11010011 11000101 1010 0 111 10001 10001100 10011 1001111

Color Harmonies of #BED3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3C5

Black with #BED3C5

Text Example


Text Example

White with #BED3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3C5; }

 p { color: rgb(190,211,197); }

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

background-color css

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

 a { background-color: rgb(190,211,197); }

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

border-color css

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

 span { border-color: rgb(190,211,197); }

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