Shades of Onahau #BBE3FC
Tints of Onahau #BBE3FC
RGB
CMYK
RGB Variations
Color information
#BBE3FC (or 0xBBE3FC) is known color: Onahau. HEX triplet: BB, E3 and FC. RGB value is (187,227,252). Sum of RGB (Red+Green+Blue) = 187+227+252=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3FC is #441C03. Grayscale: #D9D9D9. Windows color (decimal): -4463620 or 16573371. OLE color: 16573371.
HSL color Cylindrical-coordinate representation of color #BBE3FC: hue angle of 203.08º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE3FC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 227 | 252 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.01 |
| HSL | 203.08º | 0.92% | 0.86% | - |
| HSV(B) | 203.08º | 0.26% | 0.99% | - |
| XYZ | 65.53 | 72.53 | 102.64 | - |
| YUV | 217.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 252 | 0.26 | 0.10 | 0 | 0.01 | 203.08 | 0.92 | 0.86 |
| Hex | BB | E3 | FC | 1A | A | 0 | 1 | CB | 5C | 56 |
| Octal | 273 | 343 | 374 | 32 | 12 | 0 | 1 | 313 | 134 | 126 |
| Binary | 10111011 | 11100011 | 11111100 | 11010 | 1010 | 0 | 1 | 11001011 | 1011100 | 1010110 |
Color Harmonies of #BBE3FC
Complementary color
Monochromatic Colors of #BBE3FC
Black with #BBE3FC
Text Example
Text Example
White with #BBE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3FC; }
p { color: rgb(187,227,252); }
H1.HeaderClassName
{
color: #BBE3FC;
}
.AnyTagClassName
{
color: #BBE3FC;
}
</style>
background-color css
<style>
a { background-color: #BBE3FC; }
a { background-color: rgb(187,227,252); }
div.DivClassName
{
background-color: #BBE3FC;
}
.BgClassName
{
background-color: #BBE3FC;
}
</style>
border-color css
<style>
span { border-color: #BBE3FC; }
span { border-color: rgb(187,227,252); }
td.TdClassName
{
border-color: #BBE3FC;
}
.TagClassName
{
border-color: #BBE3FC;
}
</style>