Shades of Onahau #BEEAF0
Tints of Onahau #BEEAF0
RGB
CMYK
RGB Variations
Color information
#BEEAF0 (or 0xBEEAF0) is known color: Onahau. HEX triplet: BE, EA and F0. RGB value is (190,234,240). Sum of RGB (Red+Green+Blue) = 190+234+240=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF0 is #41150F. Grayscale: #DDDDDD. Windows color (decimal): -4265232 or 15788734. OLE color: 15788734.
HSL color Cylindrical-coordinate representation of color #BEEAF0: hue angle of 187.2º 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 #BEEAF0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 234 | 240 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.06 |
| HSL | 187.2º | 0.63% | 0.84% | - |
| HSV(B) | 187.2º | 0.21% | 0.94% | - |
| XYZ | 66.39 | 76.08 | 93.62 | - |
| YUV | 221.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 240 | 0.21 | 0.02 | 0 | 0.06 | 187.2 | 0.63 | 0.84 |
| Hex | BE | EA | F0 | 15 | 2 | 0 | 6 | BB | 3E | 54 |
| Octal | 276 | 352 | 360 | 25 | 2 | 0 | 6 | 273 | 76 | 124 |
| Binary | 10111110 | 11101010 | 11110000 | 10101 | 10 | 0 | 110 | 10111011 | 111110 | 1010100 |
Color Harmonies of #BEEAF0
Complementary color
Monochromatic Colors of #BEEAF0
Black with #BEEAF0
Text Example
Text Example
White with #BEEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAF0; }
p { color: rgb(190,234,240); }
H1.HeaderClassName
{
color: #BEEAF0;
}
.AnyTagClassName
{
color: #BEEAF0;
}
</style>
background-color css
<style>
a { background-color: #BEEAF0; }
a { background-color: rgb(190,234,240); }
div.DivClassName
{
background-color: #BEEAF0;
}
.BgClassName
{
background-color: #BEEAF0;
}
</style>
border-color css
<style>
span { border-color: #BEEAF0; }
span { border-color: rgb(190,234,240); }
td.TdClassName
{
border-color: #BEEAF0;
}
.TagClassName
{
border-color: #BEEAF0;
}
</style>