Shades of Onahau #BBE3FB
Tints of Onahau #BBE3FB
RGB
CMYK
RGB Variations
Color information
#BBE3FB (or 0xBBE3FB) is known color: Onahau. HEX triplet: BB, E3 and FB. RGB value is (187,227,251). Sum of RGB (Red+Green+Blue) = 187+227+251=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBE3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3FB is #441C04. Grayscale: #D9D9D9. Windows color (decimal): -4463621 or 16507835. OLE color: 16507835.
HSL color Cylindrical-coordinate representation of color #BBE3FB: hue angle of 202.5º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE3FB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 227 | 251 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.02 |
| HSL | 202.5º | 0.89% | 0.86% | - |
| HSV(B) | 202.5º | 0.25% | 0.98% | - |
| XYZ | 65.38 | 72.47 | 101.81 | - |
| YUV | 217.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 251 | 0.25 | 0.10 | 0 | 0.02 | 202.5 | 0.89 | 0.86 |
| Hex | BB | E3 | FB | 19 | A | 0 | 2 | CA | 59 | 56 |
| Octal | 273 | 343 | 373 | 31 | 12 | 0 | 2 | 312 | 131 | 126 |
| Binary | 10111011 | 11100011 | 11111011 | 11001 | 1010 | 0 | 10 | 11001010 | 1011001 | 1010110 |
Color Harmonies of #BBE3FB
Complementary color
Monochromatic Colors of #BBE3FB
Black with #BBE3FB
Text Example
Text Example
White with #BBE3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3FB; }
p { color: rgb(187,227,251); }
H1.HeaderClassName
{
color: #BBE3FB;
}
.AnyTagClassName
{
color: #BBE3FB;
}
</style>
background-color css
<style>
a { background-color: #BBE3FB; }
a { background-color: rgb(187,227,251); }
div.DivClassName
{
background-color: #BBE3FB;
}
.BgClassName
{
background-color: #BBE3FB;
}
</style>
border-color css
<style>
span { border-color: #BBE3FB; }
span { border-color: rgb(187,227,251); }
td.TdClassName
{
border-color: #BBE3FB;
}
.TagClassName
{
border-color: #BBE3FB;
}
</style>