Shades of Onahau #BBEDFB
Tints of Onahau #BBEDFB
RGB
CMYK
RGB Variations
Color information
#BBEDFB (or 0xBBEDFB) is known color: Onahau. HEX triplet: BB, ED and FB. RGB value is (187,237,251). Sum of RGB (Red+Green+Blue) = 187+237+251=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDFB is #441204. Grayscale: #DFDFDF. Windows color (decimal): -4461061 or 16510395. OLE color: 16510395.
HSL color Cylindrical-coordinate representation of color #BBEDFB: hue angle of 193.12º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEDFB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 237 | 251 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.02 |
| HSL | 193.13º | 0.89% | 0.86% | - |
| HSV(B) | 193.13º | 0.25% | 0.98% | - |
| XYZ | 68.19 | 78.1 | 102.75 | - |
| YUV | 223.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 251 | 0.25 | 0.06 | 0 | 0.02 | 193.13 | 0.89 | 0.86 |
| Hex | BB | ED | FB | 19 | 6 | 0 | 2 | C1 | 59 | 56 |
| Octal | 273 | 355 | 373 | 31 | 6 | 0 | 2 | 301 | 131 | 126 |
| Binary | 10111011 | 11101101 | 11111011 | 11001 | 110 | 0 | 10 | 11000001 | 1011001 | 1010110 |
Color Harmonies of #BBEDFB
Complementary color
Monochromatic Colors of #BBEDFB
Black with #BBEDFB
Text Example
Text Example
White with #BBEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDFB; }
p { color: rgb(187,237,251); }
H1.HeaderClassName
{
color: #BBEDFB;
}
.AnyTagClassName
{
color: #BBEDFB;
}
</style>
background-color css
<style>
a { background-color: #BBEDFB; }
a { background-color: rgb(187,237,251); }
div.DivClassName
{
background-color: #BBEDFB;
}
.BgClassName
{
background-color: #BBEDFB;
}
</style>
border-color css
<style>
span { border-color: #BBEDFB; }
span { border-color: rgb(187,237,251); }
td.TdClassName
{
border-color: #BBEDFB;
}
.TagClassName
{
border-color: #BBEDFB;
}
</style>