Shades of Onahau #BBE6F3
Tints of Onahau #BBE6F3
RGB
CMYK
RGB Variations
Color information
#BBE6F3 (or 0xBBE6F3) is known color: Onahau. HEX triplet: BB, E6 and F3. RGB value is (187,230,243). Sum of RGB (Red+Green+Blue) = 187+230+243=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBE6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6F3 is #44190C. Grayscale: #DADADA. Windows color (decimal): -4462861 or 15984315. OLE color: 15984315.
HSL color Cylindrical-coordinate representation of color #BBE6F3: hue angle of 193.93º 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 #BBE6F3 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 230 | 243 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.05 |
| HSL | 193.93º | 0.7% | 0.84% | - |
| HSV(B) | 193.93º | 0.23% | 0.95% | - |
| XYZ | 64.97 | 73.63 | 95.58 | - |
| YUV | 218.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 243 | 0.23 | 0.05 | 0 | 0.05 | 193.93 | 0.7 | 0.84 |
| Hex | BB | E6 | F3 | 17 | 5 | 0 | 5 | C2 | 46 | 54 |
| Octal | 273 | 346 | 363 | 27 | 5 | 0 | 5 | 302 | 106 | 124 |
| Binary | 10111011 | 11100110 | 11110011 | 10111 | 101 | 0 | 101 | 11000010 | 1000110 | 1010100 |
Color Harmonies of #BBE6F3
Complementary color
Monochromatic Colors of #BBE6F3
Black with #BBE6F3
Text Example
Text Example
White with #BBE6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE6F3; }
p { color: rgb(187,230,243); }
H1.HeaderClassName
{
color: #BBE6F3;
}
.AnyTagClassName
{
color: #BBE6F3;
}
</style>
background-color css
<style>
a { background-color: #BBE6F3; }
a { background-color: rgb(187,230,243); }
div.DivClassName
{
background-color: #BBE6F3;
}
.BgClassName
{
background-color: #BBE6F3;
}
</style>
border-color css
<style>
span { border-color: #BBE6F3; }
span { border-color: rgb(187,230,243); }
td.TdClassName
{
border-color: #BBE6F3;
}
.TagClassName
{
border-color: #BBE6F3;
}
</style>