Shades of Onahau #BEEDEE
Tints of Onahau #BEEDEE
RGB
CMYK
RGB Variations
Color information
#BEEDEE (or 0xBEEDEE) is known color: Onahau. HEX triplet: BE, ED and EE. RGB value is (190,237,238). Sum of RGB (Red+Green+Blue) = 190+237+238=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDEE is #411211. Grayscale: #DFDFDF. Windows color (decimal): -4264466 or 15658430. OLE color: 15658430.
HSL color Cylindrical-coordinate representation of color #BEEDEE: hue angle of 181.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDEE is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 238 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.07 |
| HSL | 181.25º | 0.59% | 0.84% | - |
| HSV(B) | 181.25º | 0.2% | 0.93% | - |
| XYZ | 66.95 | 77.69 | 92.36 | - |
| YUV | 223.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 238 | 0.20 | 0.00 | 0 | 0.07 | 181.25 | 0.59 | 0.84 |
| Hex | BE | ED | EE | 14 | 0 | 0 | 7 | B5 | 3B | 54 |
| Octal | 276 | 355 | 356 | 24 | 0 | 0 | 7 | 265 | 73 | 124 |
| Binary | 10111110 | 11101101 | 11101110 | 10100 | 0 | 0 | 111 | 10110101 | 111011 | 1010100 |
Color Harmonies of #BEEDEE
Complementary color
Monochromatic Colors of #BEEDEE
Black with #BEEDEE
Text Example
Text Example
White with #BEEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDEE; }
p { color: rgb(190,237,238); }
H1.HeaderClassName
{
color: #BEEDEE;
}
.AnyTagClassName
{
color: #BEEDEE;
}
</style>
background-color css
<style>
a { background-color: #BEEDEE; }
a { background-color: rgb(190,237,238); }
div.DivClassName
{
background-color: #BEEDEE;
}
.BgClassName
{
background-color: #BEEDEE;
}
</style>
border-color css
<style>
span { border-color: #BEEDEE; }
span { border-color: rgb(190,237,238); }
td.TdClassName
{
border-color: #BEEDEE;
}
.TagClassName
{
border-color: #BEEDEE;
}
</style>