Html Css Color HEX #BED2C5 Edgewater

📋 copy color: '#BED2C5'

red 190 ◦ green 210 ◦ blue 197

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

Shades of Edgewater #BED2C5

Tints of Edgewater #BED2C5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.18%

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

R = 31.83%
G = 35.18%
B = 33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#BED2C5 (or 0xBED2C5) is known color: Edgewater. HEX triplet: BE, D2 and C5. RGB value is (190,210,197). Sum of RGB (Red+Green+Blue) = 190+210+197=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2C5 is #412D3A. Grayscale: #CACACA. Windows color (decimal): -4271419 or 12964542. OLE color: 12964542.

HSL color Cylindrical-coordinate representation of color #BED2C5: hue angle of 141º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED2C5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 197 -
CMYK 0.10 0 0.06 0.18
HSL 141º 0.18% 0.78% -
HSV(B) 141º 0.1% 0.82% -
XYZ 54.36 61.07 61.75 -
YUV 202.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 190 210 197 0.10 0 0.06 0.18 141 0.18 0.78
Hex BE D2 C5 A 0 6 12 8D 12 4E
Octal 276 322 305 12 0 6 22 215 22 116
Binary 10111110 11010010 11000101 1010 0 110 10010 10001101 10010 1001110

Color Harmonies of #BED2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2C5

Black with #BED2C5

Text Example


Text Example

White with #BED2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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