Shades of Onahau #BBEAF5
Tints of Onahau #BBEAF5
RGB
CMYK
RGB Variations
Color information
#BBEAF5 (or 0xBBEAF5) is known color: Onahau. HEX triplet: BB, EA and F5. RGB value is (187,234,245). Sum of RGB (Red+Green+Blue) = 187+234+245=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF5 is #44150A. Grayscale: #DDDDDD. Windows color (decimal): -4461835 or 16116411. OLE color: 16116411.
HSL color Cylindrical-coordinate representation of color #BBEAF5: hue angle of 191.38º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBEAF5 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 234 | 245 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.04 |
| HSL | 191.38º | 0.74% | 0.85% | - |
| HSV(B) | 191.38º | 0.24% | 0.96% | - |
| XYZ | 66.4 | 76 | 97.56 | - |
| YUV | 221.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 245 | 0.24 | 0.04 | 0 | 0.04 | 191.38 | 0.74 | 0.85 |
| Hex | BB | EA | F5 | 18 | 4 | 0 | 4 | BF | 4A | 55 |
| Octal | 273 | 352 | 365 | 30 | 4 | 0 | 4 | 277 | 112 | 125 |
| Binary | 10111011 | 11101010 | 11110101 | 11000 | 100 | 0 | 100 | 10111111 | 1001010 | 1010101 |
Color Harmonies of #BBEAF5
Complementary color
Monochromatic Colors of #BBEAF5
Black with #BBEAF5
Text Example
Text Example
White with #BBEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAF5; }
p { color: rgb(187,234,245); }
H1.HeaderClassName
{
color: #BBEAF5;
}
.AnyTagClassName
{
color: #BBEAF5;
}
</style>
background-color css
<style>
a { background-color: #BBEAF5; }
a { background-color: rgb(187,234,245); }
div.DivClassName
{
background-color: #BBEAF5;
}
.BgClassName
{
background-color: #BBEAF5;
}
</style>
border-color css
<style>
span { border-color: #BBEAF5; }
span { border-color: rgb(187,234,245); }
td.TdClassName
{
border-color: #BBEAF5;
}
.TagClassName
{
border-color: #BBEAF5;
}
</style>