Shades of Onahau #BBEDF3
Tints of Onahau #BBEDF3
RGB
CMYK
RGB Variations
Color information
#BBEDF3 (or 0xBBEDF3) is known color: Onahau. HEX triplet: BB, ED and F3. RGB value is (187,237,243). Sum of RGB (Red+Green+Blue) = 187+237+243=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDF3 is #44120C. Grayscale: #DEDEDE. Windows color (decimal): -4461069 or 15986107. OLE color: 15986107.
HSL color Cylindrical-coordinate representation of color #BBEDF3: hue angle of 186.43º degrees, saturation: 0.7, 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 #BBEDF3 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 237 | 243 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.05 |
| HSL | 186.43º | 0.7% | 0.84% | - |
| HSV(B) | 186.43º | 0.23% | 0.95% | - |
| XYZ | 66.96 | 77.6 | 96.24 | - |
| YUV | 222.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 243 | 0.23 | 0.02 | 0 | 0.05 | 186.43 | 0.7 | 0.84 |
| Hex | BB | ED | F3 | 17 | 2 | 0 | 5 | BA | 46 | 54 |
| Octal | 273 | 355 | 363 | 27 | 2 | 0 | 5 | 272 | 106 | 124 |
| Binary | 10111011 | 11101101 | 11110011 | 10111 | 10 | 0 | 101 | 10111010 | 1000110 | 1010100 |
Color Harmonies of #BBEDF3
Complementary color
Monochromatic Colors of #BBEDF3
Black with #BBEDF3
Text Example
Text Example
White with #BBEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDF3; }
p { color: rgb(187,237,243); }
H1.HeaderClassName
{
color: #BBEDF3;
}
.AnyTagClassName
{
color: #BBEDF3;
}
</style>
background-color css
<style>
a { background-color: #BBEDF3; }
a { background-color: rgb(187,237,243); }
div.DivClassName
{
background-color: #BBEDF3;
}
.BgClassName
{
background-color: #BBEDF3;
}
</style>
border-color css
<style>
span { border-color: #BBEDF3; }
span { border-color: rgb(187,237,243); }
td.TdClassName
{
border-color: #BBEDF3;
}
.TagClassName
{
border-color: #BBEDF3;
}
</style>