Shades of Onahau #BBE8FD
Tints of Onahau #BBE8FD
RGB
CMYK
RGB Variations
Color information
#BBE8FD (or 0xBBE8FD) is known color: Onahau. HEX triplet: BB, E8 and FD. RGB value is (187,232,253). Sum of RGB (Red+Green+Blue) = 187+232+253=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8FD is #441702. Grayscale: #DCDCDC. Windows color (decimal): -4462339 or 16640187. OLE color: 16640187.
HSL color Cylindrical-coordinate representation of color #BBE8FD: hue angle of 199.09º degrees, saturation: 0.94, 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 #BBE8FD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 232 | 253 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.01 |
| HSL | 199.09º | 0.94% | 0.86% | - |
| HSV(B) | 199.09º | 0.26% | 0.99% | - |
| XYZ | 67.08 | 75.37 | 103.94 | - |
| YUV | 220.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 253 | 0.26 | 0.08 | 0 | 0.01 | 199.09 | 0.94 | 0.86 |
| Hex | BB | E8 | FD | 1A | 8 | 0 | 1 | C7 | 5E | 56 |
| Octal | 273 | 350 | 375 | 32 | 10 | 0 | 1 | 307 | 136 | 126 |
| Binary | 10111011 | 11101000 | 11111101 | 11010 | 1000 | 0 | 1 | 11000111 | 1011110 | 1010110 |
Color Harmonies of #BBE8FD
Complementary color
Monochromatic Colors of #BBE8FD
Black with #BBE8FD
Text Example
Text Example
White with #BBE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8FD; }
p { color: rgb(187,232,253); }
H1.HeaderClassName
{
color: #BBE8FD;
}
.AnyTagClassName
{
color: #BBE8FD;
}
</style>
background-color css
<style>
a { background-color: #BBE8FD; }
a { background-color: rgb(187,232,253); }
div.DivClassName
{
background-color: #BBE8FD;
}
.BgClassName
{
background-color: #BBE8FD;
}
</style>
border-color css
<style>
span { border-color: #BBE8FD; }
span { border-color: rgb(187,232,253); }
td.TdClassName
{
border-color: #BBE8FD;
}
.TagClassName
{
border-color: #BBE8FD;
}
</style>