Shades of Onahau #BEEAF2
Tints of Onahau #BEEAF2
RGB
CMYK
RGB Variations
Color information
#BEEAF2 (or 0xBEEAF2) is known color: Onahau. HEX triplet: BE, EA and F2. RGB value is (190,234,242). Sum of RGB (Red+Green+Blue) = 190+234+242=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF2 is #41150D. Grayscale: #DDDDDD. Windows color (decimal): -4265230 or 15919806. OLE color: 15919806.
HSL color Cylindrical-coordinate representation of color #BEEAF2: hue angle of 189.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEAF2 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 234 | 242 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.05 |
| HSL | 189.23º | 0.67% | 0.85% | - |
| HSV(B) | 189.23º | 0.21% | 0.95% | - |
| XYZ | 66.69 | 76.2 | 95.2 | - |
| YUV | 221.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 242 | 0.21 | 0.03 | 0 | 0.05 | 189.23 | 0.67 | 0.85 |
| Hex | BE | EA | F2 | 15 | 3 | 0 | 5 | BD | 43 | 55 |
| Octal | 276 | 352 | 362 | 25 | 3 | 0 | 5 | 275 | 103 | 125 |
| Binary | 10111110 | 11101010 | 11110010 | 10101 | 11 | 0 | 101 | 10111101 | 1000011 | 1010101 |
Color Harmonies of #BEEAF2
Complementary color
Monochromatic Colors of #BEEAF2
Black with #BEEAF2
Text Example
Text Example
White with #BEEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAF2; }
p { color: rgb(190,234,242); }
H1.HeaderClassName
{
color: #BEEAF2;
}
.AnyTagClassName
{
color: #BEEAF2;
}
</style>
background-color css
<style>
a { background-color: #BEEAF2; }
a { background-color: rgb(190,234,242); }
div.DivClassName
{
background-color: #BEEAF2;
}
.BgClassName
{
background-color: #BEEAF2;
}
</style>
border-color css
<style>
span { border-color: #BEEAF2; }
span { border-color: rgb(190,234,242); }
td.TdClassName
{
border-color: #BEEAF2;
}
.TagClassName
{
border-color: #BEEAF2;
}
</style>