Shades of Onahau #BEE5E7
Tints of Onahau #BEE5E7
RGB
CMYK
RGB Variations
Color information
#BEE5E7 (or 0xBEE5E7) is known color: Onahau. HEX triplet: BE, E5 and E7. RGB value is (190,229,231). Sum of RGB (Red+Green+Blue) = 190+229+231=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEE5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5E7 is #411A18. Grayscale: #D9D9D9. Windows color (decimal): -4266521 or 15197630. OLE color: 15197630.
HSL color Cylindrical-coordinate representation of color #BEE5E7: hue angle of 182.93º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE5E7 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 229 | 231 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.09 |
| HSL | 182.93º | 0.46% | 0.83% | - |
| HSV(B) | 182.93º | 0.18% | 0.91% | - |
| XYZ | 63.68 | 72.76 | 86.29 | - |
| YUV | 217.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 231 | 0.18 | 0.01 | 0 | 0.09 | 182.93 | 0.46 | 0.83 |
| Hex | BE | E5 | E7 | 12 | 1 | 0 | 9 | B7 | 2E | 53 |
| Octal | 276 | 345 | 347 | 22 | 1 | 0 | 11 | 267 | 56 | 123 |
| Binary | 10111110 | 11100101 | 11100111 | 10010 | 1 | 0 | 1001 | 10110111 | 101110 | 1010011 |
Color Harmonies of #BEE5E7
Complementary color
Monochromatic Colors of #BEE5E7
Black with #BEE5E7
Text Example
Text Example
White with #BEE5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5E7; }
p { color: rgb(190,229,231); }
H1.HeaderClassName
{
color: #BEE5E7;
}
.AnyTagClassName
{
color: #BEE5E7;
}
</style>
background-color css
<style>
a { background-color: #BEE5E7; }
a { background-color: rgb(190,229,231); }
div.DivClassName
{
background-color: #BEE5E7;
}
.BgClassName
{
background-color: #BEE5E7;
}
</style>
border-color css
<style>
span { border-color: #BEE5E7; }
span { border-color: rgb(190,229,231); }
td.TdClassName
{
border-color: #BEE5E7;
}
.TagClassName
{
border-color: #BEE5E7;
}
</style>