Shades of Onahau #BBEFFD
Tints of Onahau #BBEFFD
RGB
CMYK
RGB Variations
Color information
#BBEFFD (or 0xBBEFFD) is known color: Onahau. HEX triplet: BB, EF and FD. RGB value is (187,239,253). Sum of RGB (Red+Green+Blue) = 187+239+253=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFD is #441002. Grayscale: #E0E0E0. Windows color (decimal): -4460547 or 16641979. OLE color: 16641979.
HSL color Cylindrical-coordinate representation of color #BBEFFD: hue angle of 192.73º 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 #BBEFFD is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 239 | 253 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.01 |
| HSL | 192.73º | 0.94% | 0.86% | - |
| HSV(B) | 192.73º | 0.26% | 0.99% | - |
| XYZ | 69.09 | 79.39 | 104.61 | - |
| YUV | 225.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 253 | 0.26 | 0.06 | 0 | 0.01 | 192.73 | 0.94 | 0.86 |
| Hex | BB | EF | FD | 1A | 6 | 0 | 1 | C1 | 5E | 56 |
| Octal | 273 | 357 | 375 | 32 | 6 | 0 | 1 | 301 | 136 | 126 |
| Binary | 10111011 | 11101111 | 11111101 | 11010 | 110 | 0 | 1 | 11000001 | 1011110 | 1010110 |
Color Harmonies of #BBEFFD
Complementary color
Monochromatic Colors of #BBEFFD
Black with #BBEFFD
Text Example
Text Example
White with #BBEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFFD; }
p { color: rgb(187,239,253); }
H1.HeaderClassName
{
color: #BBEFFD;
}
.AnyTagClassName
{
color: #BBEFFD;
}
</style>
background-color css
<style>
a { background-color: #BBEFFD; }
a { background-color: rgb(187,239,253); }
div.DivClassName
{
background-color: #BBEFFD;
}
.BgClassName
{
background-color: #BBEFFD;
}
</style>
border-color css
<style>
span { border-color: #BBEFFD; }
span { border-color: rgb(187,239,253); }
td.TdClassName
{
border-color: #BBEFFD;
}
.TagClassName
{
border-color: #BBEFFD;
}
</style>