Shades of Onahau #BEEDF9
Tints of Onahau #BEEDF9
RGB
CMYK
RGB Variations
Color information
#BEEDF9 (or 0xBEEDF9) is known color: Onahau. HEX triplet: BE, ED and F9. RGB value is (190,237,249). Sum of RGB (Red+Green+Blue) = 190+237+249=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDF9 is #411206. Grayscale: #E0E0E0. Windows color (decimal): -4264455 or 16379326. OLE color: 16379326.
HSL color Cylindrical-coordinate representation of color #BEEDF9: hue angle of 192.2º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEEDF9 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 237 | 249 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.02 |
| HSL | 192.2º | 0.83% | 0.86% | - |
| HSV(B) | 192.2º | 0.24% | 0.98% | - |
| XYZ | 68.62 | 78.36 | 101.13 | - |
| YUV | 224.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 249 | 0.24 | 0.05 | 0 | 0.02 | 192.2 | 0.83 | 0.86 |
| Hex | BE | ED | F9 | 18 | 5 | 0 | 2 | C0 | 53 | 56 |
| Octal | 276 | 355 | 371 | 30 | 5 | 0 | 2 | 300 | 123 | 126 |
| Binary | 10111110 | 11101101 | 11111001 | 11000 | 101 | 0 | 10 | 11000000 | 1010011 | 1010110 |
Color Harmonies of #BEEDF9
Complementary color
Monochromatic Colors of #BEEDF9
Black with #BEEDF9
Text Example
Text Example
White with #BEEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDF9; }
p { color: rgb(190,237,249); }
H1.HeaderClassName
{
color: #BEEDF9;
}
.AnyTagClassName
{
color: #BEEDF9;
}
</style>
background-color css
<style>
a { background-color: #BEEDF9; }
a { background-color: rgb(190,237,249); }
div.DivClassName
{
background-color: #BEEDF9;
}
.BgClassName
{
background-color: #BEEDF9;
}
</style>
border-color css
<style>
span { border-color: #BEEDF9; }
span { border-color: rgb(190,237,249); }
td.TdClassName
{
border-color: #BEEDF9;
}
.TagClassName
{
border-color: #BEEDF9;
}
</style>