Shades of Onahau #BBEAFE
Tints of Onahau #BBEAFE
RGB
CMYK
RGB Variations
Color information
#BBEAFE (or 0xBBEAFE) is known color: Onahau. HEX triplet: BB, EA and FE. RGB value is (187,234,254). Sum of RGB (Red+Green+Blue) = 187+234+254=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAFE is #441501. Grayscale: #DEDEDE. Windows color (decimal): -4461826 or 16706235. OLE color: 16706235.
HSL color Cylindrical-coordinate representation of color #BBEAFE: hue angle of 197.91º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEAFE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 234 | 254 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.00 |
| HSL | 197.91º | 0.97% | 0.86% | - |
| HSV(B) | 197.91º | 0.26% | 1% | - |
| XYZ | 67.81 | 76.57 | 104.97 | - |
| YUV | 222.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 254 | 0.26 | 0.08 | 0 | 0.00 | 197.91 | 0.97 | 0.86 |
| Hex | BB | EA | FE | 1A | 8 | 0 | 0 | C6 | 61 | 56 |
| Octal | 273 | 352 | 376 | 32 | 10 | 0 | 0 | 306 | 141 | 126 |
| Binary | 10111011 | 11101010 | 11111110 | 11010 | 1000 | 0 | 0 | 11000110 | 1100001 | 1010110 |
Color Harmonies of #BBEAFE
Complementary color
Monochromatic Colors of #BBEAFE
Black with #BBEAFE
Text Example
Text Example
White with #BBEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAFE; }
p { color: rgb(187,234,254); }
H1.HeaderClassName
{
color: #BBEAFE;
}
.AnyTagClassName
{
color: #BBEAFE;
}
</style>
background-color css
<style>
a { background-color: #BBEAFE; }
a { background-color: rgb(187,234,254); }
div.DivClassName
{
background-color: #BBEAFE;
}
.BgClassName
{
background-color: #BBEAFE;
}
</style>
border-color css
<style>
span { border-color: #BBEAFE; }
span { border-color: rgb(187,234,254); }
td.TdClassName
{
border-color: #BBEAFE;
}
.TagClassName
{
border-color: #BBEAFE;
}
</style>