Shades of Onahau #BBE1F3
Tints of Onahau #BBE1F3
RGB
CMYK
RGB Variations
Color information
#BBE1F3 (or 0xBBE1F3) is known color: Onahau. HEX triplet: BB, E1 and F3. RGB value is (187,225,243). Sum of RGB (Red+Green+Blue) = 187+225+243=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1F3 is #441E0C. Grayscale: #D7D7D7. Windows color (decimal): -4464141 or 15983035. OLE color: 15983035.
HSL color Cylindrical-coordinate representation of color #BBE1F3: hue angle of 199.29º 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 #BBE1F3 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 225 | 243 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 199.29º | 0.7% | 0.84% | - |
| HSV(B) | 199.29º | 0.23% | 0.95% | - |
| XYZ | 63.6 | 70.89 | 95.12 | - |
| YUV | 215.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 243 | 0.23 | 0.07 | 0 | 0.05 | 199.29 | 0.7 | 0.84 |
| Hex | BB | E1 | F3 | 17 | 7 | 0 | 5 | C7 | 46 | 54 |
| Octal | 273 | 341 | 363 | 27 | 7 | 0 | 5 | 307 | 106 | 124 |
| Binary | 10111011 | 11100001 | 11110011 | 10111 | 111 | 0 | 101 | 11000111 | 1000110 | 1010100 |
Color Harmonies of #BBE1F3
Complementary color
Monochromatic Colors of #BBE1F3
Black with #BBE1F3
Text Example
Text Example
White with #BBE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1F3; }
p { color: rgb(187,225,243); }
H1.HeaderClassName
{
color: #BBE1F3;
}
.AnyTagClassName
{
color: #BBE1F3;
}
</style>
background-color css
<style>
a { background-color: #BBE1F3; }
a { background-color: rgb(187,225,243); }
div.DivClassName
{
background-color: #BBE1F3;
}
.BgClassName
{
background-color: #BBE1F3;
}
</style>
border-color css
<style>
span { border-color: #BBE1F3; }
span { border-color: rgb(187,225,243); }
td.TdClassName
{
border-color: #BBE1F3;
}
.TagClassName
{
border-color: #BBE1F3;
}
</style>