Shades of Onahau #BBEDF2
Tints of Onahau #BBEDF2
RGB
CMYK
RGB Variations
Color information
#BBEDF2 (or 0xBBEDF2) is known color: Onahau. HEX triplet: BB, ED and F2. RGB value is (187,237,242). Sum of RGB (Red+Green+Blue) = 187+237+242=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDF2 is #44120D. Grayscale: #DEDEDE. Windows color (decimal): -4461070 or 15920571. OLE color: 15920571.
HSL color Cylindrical-coordinate representation of color #BBEDF2: hue angle of 185.45º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBEDF2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 237 | 242 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.05 |
| HSL | 185.45º | 0.68% | 0.84% | - |
| HSV(B) | 185.45º | 0.23% | 0.95% | - |
| XYZ | 66.8 | 77.54 | 95.45 | - |
| YUV | 222.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 242 | 0.23 | 0.02 | 0 | 0.05 | 185.45 | 0.68 | 0.84 |
| Hex | BB | ED | F2 | 17 | 2 | 0 | 5 | B9 | 44 | 54 |
| Octal | 273 | 355 | 362 | 27 | 2 | 0 | 5 | 271 | 104 | 124 |
| Binary | 10111011 | 11101101 | 11110010 | 10111 | 10 | 0 | 101 | 10111001 | 1000100 | 1010100 |
Color Harmonies of #BBEDF2
Complementary color
Monochromatic Colors of #BBEDF2
Black with #BBEDF2
Text Example
Text Example
White with #BBEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDF2; }
p { color: rgb(187,237,242); }
H1.HeaderClassName
{
color: #BBEDF2;
}
.AnyTagClassName
{
color: #BBEDF2;
}
</style>
background-color css
<style>
a { background-color: #BBEDF2; }
a { background-color: rgb(187,237,242); }
div.DivClassName
{
background-color: #BBEDF2;
}
.BgClassName
{
background-color: #BBEDF2;
}
</style>
border-color css
<style>
span { border-color: #BBEDF2; }
span { border-color: rgb(187,237,242); }
td.TdClassName
{
border-color: #BBEDF2;
}
.TagClassName
{
border-color: #BBEDF2;
}
</style>