Shades of Onahau #BBEAFD
Tints of Onahau #BBEAFD
RGB
CMYK
RGB Variations
Color information
#BBEAFD (or 0xBBEAFD) is known color: Onahau. HEX triplet: BB, EA and FD. RGB value is (187,234,253). Sum of RGB (Red+Green+Blue) = 187+234+253=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAFD is #441502. Grayscale: #DDDDDD. Windows color (decimal): -4461827 or 16640699. OLE color: 16640699.
HSL color Cylindrical-coordinate representation of color #BBEAFD: hue angle of 197.27º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEAFD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 234 | 253 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.01 |
| HSL | 197.27º | 0.94% | 0.86% | - |
| HSV(B) | 197.27º | 0.26% | 0.99% | - |
| XYZ | 67.65 | 76.5 | 104.13 | - |
| YUV | 222.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 253 | 0.26 | 0.08 | 0 | 0.01 | 197.27 | 0.94 | 0.86 |
| Hex | BB | EA | FD | 1A | 8 | 0 | 1 | C5 | 5E | 56 |
| Octal | 273 | 352 | 375 | 32 | 10 | 0 | 1 | 305 | 136 | 126 |
| Binary | 10111011 | 11101010 | 11111101 | 11010 | 1000 | 0 | 1 | 11000101 | 1011110 | 1010110 |
Color Harmonies of #BBEAFD
Complementary color
Monochromatic Colors of #BBEAFD
Black with #BBEAFD
Text Example
Text Example
White with #BBEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAFD; }
p { color: rgb(187,234,253); }
H1.HeaderClassName
{
color: #BBEAFD;
}
.AnyTagClassName
{
color: #BBEAFD;
}
</style>
background-color css
<style>
a { background-color: #BBEAFD; }
a { background-color: rgb(187,234,253); }
div.DivClassName
{
background-color: #BBEAFD;
}
.BgClassName
{
background-color: #BBEAFD;
}
</style>
border-color css
<style>
span { border-color: #BBEAFD; }
span { border-color: rgb(187,234,253); }
td.TdClassName
{
border-color: #BBEAFD;
}
.TagClassName
{
border-color: #BBEAFD;
}
</style>