Shades of Onahau #BBEFFE
Tints of Onahau #BBEFFE
RGB
CMYK
RGB Variations
Color information
#BBEFFE (or 0xBBEFFE) is known color: Onahau. HEX triplet: BB, EF and FE. RGB value is (187,239,254). Sum of RGB (Red+Green+Blue) = 187+239+254=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFE is #441001. Grayscale: #E1E1E1. Windows color (decimal): -4460546 or 16707515. OLE color: 16707515.
HSL color Cylindrical-coordinate representation of color #BBEFFE: hue angle of 193.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEFFE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 239 | 254 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.00 |
| HSL | 193.43º | 0.97% | 0.86% | - |
| HSV(B) | 193.43º | 0.26% | 1% | - |
| XYZ | 69.25 | 79.45 | 105.45 | - |
| YUV | 225.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 254 | 0.26 | 0.06 | 0 | 0.00 | 193.43 | 0.97 | 0.86 |
| Hex | BB | EF | FE | 1A | 6 | 0 | 0 | C1 | 61 | 56 |
| Octal | 273 | 357 | 376 | 32 | 6 | 0 | 0 | 301 | 141 | 126 |
| Binary | 10111011 | 11101111 | 11111110 | 11010 | 110 | 0 | 0 | 11000001 | 1100001 | 1010110 |
Color Harmonies of #BBEFFE
Complementary color
Monochromatic Colors of #BBEFFE
Black with #BBEFFE
Text Example
Text Example
White with #BBEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFFE; }
p { color: rgb(187,239,254); }
H1.HeaderClassName
{
color: #BBEFFE;
}
.AnyTagClassName
{
color: #BBEFFE;
}
</style>
background-color css
<style>
a { background-color: #BBEFFE; }
a { background-color: rgb(187,239,254); }
div.DivClassName
{
background-color: #BBEFFE;
}
.BgClassName
{
background-color: #BBEFFE;
}
</style>
border-color css
<style>
span { border-color: #BBEFFE; }
span { border-color: rgb(187,239,254); }
td.TdClassName
{
border-color: #BBEFFE;
}
.TagClassName
{
border-color: #BBEFFE;
}
</style>