Shades of Onahau #BBEAFF
Tints of Onahau #BBEAFF
RGB
CMYK
RGB Variations
Color information
#BBEAFF (or 0xBBEAFF) is known color: Onahau. HEX triplet: BB, EA and FF. RGB value is (187,234,255). Sum of RGB (Red+Green+Blue) = 187+234+255=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAFF is #441500. Grayscale: #DEDEDE. Windows color (decimal): -4461825 or 16771771. OLE color: 16771771.
HSL color Cylindrical-coordinate representation of color #BBEAFF: hue angle of 198.53º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBEAFF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 234 | 255 | - |
| CMYK | 0.27 | 0.08 | 0 | 0 |
| HSL | 198.53º | 1% | 0.87% | - |
| HSV(B) | 198.53º | 0.27% | 1% | - |
| XYZ | 67.97 | 76.63 | 105.82 | - |
| YUV | 222.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 255 | 0.27 | 0.08 | 0 | 0 | 198.53 | 1 | 0.87 |
| Hex | BB | EA | FF | 1B | 8 | 0 | 0 | C7 | 64 | 57 |
| Octal | 273 | 352 | 377 | 33 | 10 | 0 | 0 | 307 | 144 | 127 |
| Binary | 10111011 | 11101010 | 11111111 | 11011 | 1000 | 0 | 0 | 11000111 | 1100100 | 1010111 |
Color Harmonies of #BBEAFF
Complementary color
Monochromatic Colors of #BBEAFF
Black with #BBEAFF
Text Example
Text Example
White with #BBEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAFF; }
p { color: rgb(187,234,255); }
H1.HeaderClassName
{
color: #BBEAFF;
}
.AnyTagClassName
{
color: #BBEAFF;
}
</style>
background-color css
<style>
a { background-color: #BBEAFF; }
a { background-color: rgb(187,234,255); }
div.DivClassName
{
background-color: #BBEAFF;
}
.BgClassName
{
background-color: #BBEAFF;
}
</style>
border-color css
<style>
span { border-color: #BBEAFF; }
span { border-color: rgb(187,234,255); }
td.TdClassName
{
border-color: #BBEAFF;
}
.TagClassName
{
border-color: #BBEAFF;
}
</style>