Shades of Onahau #BBEDF0
Tints of Onahau #BBEDF0
RGB
CMYK
RGB Variations
Color information
#BBEDF0 (or 0xBBEDF0) is known color: Onahau. HEX triplet: BB, ED and F0. RGB value is (187,237,240). Sum of RGB (Red+Green+Blue) = 187+237+240=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDF0 is #44120F. Grayscale: #DEDEDE. Windows color (decimal): -4461072 or 15789499. OLE color: 15789499.
HSL color Cylindrical-coordinate representation of color #BBEDF0: hue angle of 183.4º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEDF0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 237 | 240 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.06 |
| HSL | 183.4º | 0.64% | 0.84% | - |
| HSV(B) | 183.4º | 0.22% | 0.94% | - |
| XYZ | 66.51 | 77.42 | 93.88 | - |
| YUV | 222.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 240 | 0.22 | 0.01 | 0 | 0.06 | 183.4 | 0.64 | 0.84 |
| Hex | BB | ED | F0 | 16 | 1 | 0 | 6 | B7 | 40 | 54 |
| Octal | 273 | 355 | 360 | 26 | 1 | 0 | 6 | 267 | 100 | 124 |
| Binary | 10111011 | 11101101 | 11110000 | 10110 | 1 | 0 | 110 | 10110111 | 1000000 | 1010100 |
Color Harmonies of #BBEDF0
Complementary color
Monochromatic Colors of #BBEDF0
Black with #BBEDF0
Text Example
Text Example
White with #BBEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDF0; }
p { color: rgb(187,237,240); }
H1.HeaderClassName
{
color: #BBEDF0;
}
.AnyTagClassName
{
color: #BBEDF0;
}
</style>
background-color css
<style>
a { background-color: #BBEDF0; }
a { background-color: rgb(187,237,240); }
div.DivClassName
{
background-color: #BBEDF0;
}
.BgClassName
{
background-color: #BBEDF0;
}
</style>
border-color css
<style>
span { border-color: #BBEDF0; }
span { border-color: rgb(187,237,240); }
td.TdClassName
{
border-color: #BBEDF0;
}
.TagClassName
{
border-color: #BBEDF0;
}
</style>