Shades of Edgewater #BEDDC3
Tints of Edgewater #BEDDC3
RGB
CMYK
RGB Variations
Color information
#BEDDC3 (or 0xBEDDC3) is known color: Edgewater. HEX triplet: BE, DD and C3. RGB value is (190,221,195). Sum of RGB (Red+Green+Blue) = 190+221+195=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDC3 is #41223C. Grayscale: #D0D0D0. Windows color (decimal): -4268605 or 12836286. OLE color: 12836286.
HSL color Cylindrical-coordinate representation of color #BEDDC3: hue angle of 129.68º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDDC3 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 221 | 195 | - |
CMYK | 0.14 | 0 | 0.12 | 0.13 |
HSL | 129.68º | 0.31% | 0.81% | - |
HSV(B) | 129.68º | 0.14% | 0.87% | - |
XYZ | 56.94 | 66.6 | 61.48 | - |
YUV | 208.77 | 120.23 | 114.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 221 | 195 | 0.14 | 0 | 0.12 | 0.13 | 129.68 | 0.31 | 0.81 |
Hex | BE | DD | C3 | E | 0 | C | D | 82 | 1F | 51 |
Octal | 276 | 335 | 303 | 16 | 0 | 14 | 15 | 202 | 37 | 121 |
Binary | 10111110 | 11011101 | 11000011 | 1110 | 0 | 1100 | 1101 | 10000010 | 11111 | 1010001 |
Color Harmonies of #BEDDC3
Complementary color
Monochromatic Colors of #BEDDC3
Black with #BEDDC3
Text Example
Text Example
White with #BEDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDDC3; }
p { color: rgb(190,221,195); }
H1.HeaderClassName
{
color: #BEDDC3;
}
.AnyTagClassName
{
color: #BEDDC3;
}
</style>
background-color css
<style>
a { background-color: #BEDDC3; }
a { background-color: rgb(190,221,195); }
div.DivClassName
{
background-color: #BEDDC3;
}
.BgClassName
{
background-color: #BEDDC3;
}
</style>
border-color css
<style>
span { border-color: #BEDDC3; }
span { border-color: rgb(190,221,195); }
td.TdClassName
{
border-color: #BEDDC3;
}
.TagClassName
{
border-color: #BEDDC3;
}
</style>