Html Css Color HEX #BED2C2 Edgewater

📋 copy color: '#BED2C2'

red 190 ◦ green 210 ◦ blue 194

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

Shades of Edgewater #BED2C2

Tints of Edgewater #BED2C2

RGB

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

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

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

R = 31.99%
G = 35.35%
B = 32.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#BED2C2 (or 0xBED2C2) is known color: Edgewater. HEX triplet: BE, D2 and C2. RGB value is (190,210,194). Sum of RGB (Red+Green+Blue) = 190+210+194=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2C2 is #412D3D. Grayscale: #CACACA. Windows color (decimal): -4271422 or 12767934. OLE color: 12767934.

HSL color Cylindrical-coordinate representation of color #BED2C2: hue angle of 132º 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 #BED2C2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 194 -
CMYK 0.10 0 0.08 0.18
HSL 132º 0.18% 0.78% -
HSV(B) 132º 0.1% 0.82% -
XYZ 54.02 60.94 59.95 -
YUV 202.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 190 210 194 0.10 0 0.08 0.18 132 0.18 0.78
Hex BE D2 C2 A 0 8 12 84 12 4E
Octal 276 322 302 12 0 10 22 204 22 116
Binary 10111110 11010010 11000010 1010 0 1000 10010 10000100 10010 1001110

Color Harmonies of #BED2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2C2

Black with #BED2C2

Text Example


Text Example

White with #BED2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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