Shades of Onahau #BEEDF0
Tints of Onahau #BEEDF0
RGB
CMYK
RGB Variations
Color information
#BEEDF0 (or 0xBEEDF0) is known color: Onahau. HEX triplet: BE, ED and F0. RGB value is (190,237,240). Sum of RGB (Red+Green+Blue) = 190+237+240=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDF0 is #41120F. Grayscale: #DFDFDF. Windows color (decimal): -4264464 or 15789502. OLE color: 15789502.
HSL color Cylindrical-coordinate representation of color #BEEDF0: hue angle of 183.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEDF0 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 237 | 240 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.06 |
| HSL | 183.6º | 0.63% | 0.84% | - |
| HSV(B) | 183.6º | 0.21% | 0.94% | - |
| XYZ | 67.25 | 77.81 | 93.91 | - |
| YUV | 223.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 240 | 0.21 | 0.01 | 0 | 0.06 | 183.6 | 0.63 | 0.84 |
| Hex | BE | ED | F0 | 15 | 1 | 0 | 6 | B8 | 3E | 54 |
| Octal | 276 | 355 | 360 | 25 | 1 | 0 | 6 | 270 | 76 | 124 |
| Binary | 10111110 | 11101101 | 11110000 | 10101 | 1 | 0 | 110 | 10111000 | 111110 | 1010100 |
Color Harmonies of #BEEDF0
Complementary color
Monochromatic Colors of #BEEDF0
Black with #BEEDF0
Text Example
Text Example
White with #BEEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDF0; }
p { color: rgb(190,237,240); }
H1.HeaderClassName
{
color: #BEEDF0;
}
.AnyTagClassName
{
color: #BEEDF0;
}
</style>
background-color css
<style>
a { background-color: #BEEDF0; }
a { background-color: rgb(190,237,240); }
div.DivClassName
{
background-color: #BEEDF0;
}
.BgClassName
{
background-color: #BEEDF0;
}
</style>
border-color css
<style>
span { border-color: #BEEDF0; }
span { border-color: rgb(190,237,240); }
td.TdClassName
{
border-color: #BEEDF0;
}
.TagClassName
{
border-color: #BEEDF0;
}
</style>