Shades of Onahau #BBE5FE
Tints of Onahau #BBE5FE
RGB
CMYK
RGB Variations
Color information
#BBE5FE (or 0xBBE5FE) is known color: Onahau. HEX triplet: BB, E5 and FE. RGB value is (187,229,254). Sum of RGB (Red+Green+Blue) = 187+229+254=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5FE is #441A01. Grayscale: #DBDBDB. Windows color (decimal): -4463106 or 16704955. OLE color: 16704955.
HSL color Cylindrical-coordinate representation of color #BBE5FE: hue angle of 202.39º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE5FE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 229 | 254 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.00 |
| HSL | 202.39º | 0.97% | 0.86% | - |
| HSV(B) | 202.39º | 0.26% | 1% | - |
| XYZ | 66.4 | 73.76 | 104.5 | - |
| YUV | 219.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 254 | 0.26 | 0.10 | 0 | 0.00 | 202.39 | 0.97 | 0.86 |
| Hex | BB | E5 | FE | 1A | A | 0 | 0 | CA | 61 | 56 |
| Octal | 273 | 345 | 376 | 32 | 12 | 0 | 0 | 312 | 141 | 126 |
| Binary | 10111011 | 11100101 | 11111110 | 11010 | 1010 | 0 | 0 | 11001010 | 1100001 | 1010110 |
Color Harmonies of #BBE5FE
Complementary color
Monochromatic Colors of #BBE5FE
Black with #BBE5FE
Text Example
Text Example
White with #BBE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5FE; }
p { color: rgb(187,229,254); }
H1.HeaderClassName
{
color: #BBE5FE;
}
.AnyTagClassName
{
color: #BBE5FE;
}
</style>
background-color css
<style>
a { background-color: #BBE5FE; }
a { background-color: rgb(187,229,254); }
div.DivClassName
{
background-color: #BBE5FE;
}
.BgClassName
{
background-color: #BBE5FE;
}
</style>
border-color css
<style>
span { border-color: #BBE5FE; }
span { border-color: rgb(187,229,254); }
td.TdClassName
{
border-color: #BBE5FE;
}
.TagClassName
{
border-color: #BBE5FE;
}
</style>