Shades of Onahau #BEEEF2
Tints of Onahau #BEEEF2
RGB
CMYK
RGB Variations
Color information
#BEEEF2 (or 0xBEEEF2) is known color: Onahau. HEX triplet: BE, EE and F2. RGB value is (190,238,242). Sum of RGB (Red+Green+Blue) = 190+238+242=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEF2 is #41110D. Grayscale: #E0E0E0. Windows color (decimal): -4264206 or 15920830. OLE color: 15920830.
HSL color Cylindrical-coordinate representation of color #BEEEF2: hue angle of 184.62º 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 #BEEEF2 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 238 | 242 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.05 |
| HSL | 184.62º | 0.67% | 0.85% | - |
| HSV(B) | 184.62º | 0.21% | 0.95% | - |
| XYZ | 67.84 | 78.51 | 95.58 | - |
| YUV | 224.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 242 | 0.21 | 0.02 | 0 | 0.05 | 184.62 | 0.67 | 0.85 |
| Hex | BE | EE | F2 | 15 | 2 | 0 | 5 | B9 | 43 | 55 |
| Octal | 276 | 356 | 362 | 25 | 2 | 0 | 5 | 271 | 103 | 125 |
| Binary | 10111110 | 11101110 | 11110010 | 10101 | 10 | 0 | 101 | 10111001 | 1000011 | 1010101 |
Color Harmonies of #BEEEF2
Complementary color
Monochromatic Colors of #BEEEF2
Black with #BEEEF2
Text Example
Text Example
White with #BEEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEF2; }
p { color: rgb(190,238,242); }
H1.HeaderClassName
{
color: #BEEEF2;
}
.AnyTagClassName
{
color: #BEEEF2;
}
</style>
background-color css
<style>
a { background-color: #BEEEF2; }
a { background-color: rgb(190,238,242); }
div.DivClassName
{
background-color: #BEEEF2;
}
.BgClassName
{
background-color: #BEEEF2;
}
</style>
border-color css
<style>
span { border-color: #BEEEF2; }
span { border-color: rgb(190,238,242); }
td.TdClassName
{
border-color: #BEEEF2;
}
.TagClassName
{
border-color: #BEEEF2;
}
</style>