Shades of Onahau #BBE4FC
Tints of Onahau #BBE4FC
RGB
CMYK
RGB Variations
Color information
#BBE4FC (or 0xBBE4FC) is known color: Onahau. HEX triplet: BB, E4 and FC. RGB value is (187,228,252). Sum of RGB (Red+Green+Blue) = 187+228+252=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4FC is #441B03. Grayscale: #DADADA. Windows color (decimal): -4463364 or 16573627. OLE color: 16573627.
HSL color Cylindrical-coordinate representation of color #BBE4FC: hue angle of 202.15º 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 #BBE4FC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 228 | 252 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.01 |
| HSL | 202.15º | 0.92% | 0.86% | - |
| HSV(B) | 202.15º | 0.26% | 0.99% | - |
| XYZ | 65.81 | 73.08 | 102.73 | - |
| YUV | 218.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 252 | 0.26 | 0.10 | 0 | 0.01 | 202.15 | 0.92 | 0.86 |
| Hex | BB | E4 | FC | 1A | A | 0 | 1 | CA | 5C | 56 |
| Octal | 273 | 344 | 374 | 32 | 12 | 0 | 1 | 312 | 134 | 126 |
| Binary | 10111011 | 11100100 | 11111100 | 11010 | 1010 | 0 | 1 | 11001010 | 1011100 | 1010110 |
Color Harmonies of #BBE4FC
Complementary color
Monochromatic Colors of #BBE4FC
Black with #BBE4FC
Text Example
Text Example
White with #BBE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4FC; }
p { color: rgb(187,228,252); }
H1.HeaderClassName
{
color: #BBE4FC;
}
.AnyTagClassName
{
color: #BBE4FC;
}
</style>
background-color css
<style>
a { background-color: #BBE4FC; }
a { background-color: rgb(187,228,252); }
div.DivClassName
{
background-color: #BBE4FC;
}
.BgClassName
{
background-color: #BBE4FC;
}
</style>
border-color css
<style>
span { border-color: #BBE4FC; }
span { border-color: rgb(187,228,252); }
td.TdClassName
{
border-color: #BBE4FC;
}
.TagClassName
{
border-color: #BBE4FC;
}
</style>