Shades of Mabel #BEDFDE
Tints of Mabel #BEDFDE
RGB
CMYK
RGB Variations
Color information
#BEDFDE (or 0xBEDFDE) is known color: Mabel. HEX triplet: BE, DF and DE. RGB value is (190,223,222). Sum of RGB (Red+Green+Blue) = 190+223+222=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFDE is #412021. Grayscale: #D4D4D4. Windows color (decimal): -4268066 or 14606270. OLE color: 14606270.
HSL color Cylindrical-coordinate representation of color #BEDFDE: hue angle of 178.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFDE is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 222 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.13 |
| HSL | 178.18º | 0.34% | 0.81% | - |
| HSV(B) | 178.18º | 0.15% | 0.87% | - |
| XYZ | 60.81 | 69 | 79.22 | - |
| YUV | 213.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 222 | 0.15 | 0 | 0.00 | 0.13 | 178.18 | 0.34 | 0.81 |
| Hex | BE | DF | DE | F | 0 | 0 | D | B2 | 22 | 51 |
| Octal | 276 | 337 | 336 | 17 | 0 | 0 | 15 | 262 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11011110 | 1111 | 0 | 0 | 1101 | 10110010 | 100010 | 1010001 |
Color Harmonies of #BEDFDE
Complementary color
Monochromatic Colors of #BEDFDE
Black with #BEDFDE
Text Example
Text Example
White with #BEDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFDE; }
p { color: rgb(190,223,222); }
H1.HeaderClassName
{
color: #BEDFDE;
}
.AnyTagClassName
{
color: #BEDFDE;
}
</style>
background-color css
<style>
a { background-color: #BEDFDE; }
a { background-color: rgb(190,223,222); }
div.DivClassName
{
background-color: #BEDFDE;
}
.BgClassName
{
background-color: #BEDFDE;
}
</style>
border-color css
<style>
span { border-color: #BEDFDE; }
span { border-color: rgb(190,223,222); }
td.TdClassName
{
border-color: #BEDFDE;
}
.TagClassName
{
border-color: #BEDFDE;
}
</style>