Shades of Onahau #BBEAFB
Tints of Onahau #BBEAFB
RGB
CMYK
RGB Variations
Color information
#BBEAFB (or 0xBBEAFB) is known color: Onahau. HEX triplet: BB, EA and FB. RGB value is (187,234,251). Sum of RGB (Red+Green+Blue) = 187+234+251=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAFB is #441504. Grayscale: #DDDDDD. Windows color (decimal): -4461829 or 16509627. OLE color: 16509627.
HSL color Cylindrical-coordinate representation of color #BBEAFB: hue angle of 195.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEAFB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 234 | 251 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.02 |
| HSL | 195.94º | 0.89% | 0.86% | - |
| HSV(B) | 195.94º | 0.25% | 0.98% | - |
| XYZ | 67.33 | 76.38 | 102.46 | - |
| YUV | 221.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 251 | 0.25 | 0.07 | 0 | 0.02 | 195.94 | 0.89 | 0.86 |
| Hex | BB | EA | FB | 19 | 7 | 0 | 2 | C4 | 59 | 56 |
| Octal | 273 | 352 | 373 | 31 | 7 | 0 | 2 | 304 | 131 | 126 |
| Binary | 10111011 | 11101010 | 11111011 | 11001 | 111 | 0 | 10 | 11000100 | 1011001 | 1010110 |
Color Harmonies of #BBEAFB
Complementary color
Monochromatic Colors of #BBEAFB
Black with #BBEAFB
Text Example
Text Example
White with #BBEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAFB; }
p { color: rgb(187,234,251); }
H1.HeaderClassName
{
color: #BBEAFB;
}
.AnyTagClassName
{
color: #BBEAFB;
}
</style>
background-color css
<style>
a { background-color: #BBEAFB; }
a { background-color: rgb(187,234,251); }
div.DivClassName
{
background-color: #BBEAFB;
}
.BgClassName
{
background-color: #BBEAFB;
}
</style>
border-color css
<style>
span { border-color: #BBEAFB; }
span { border-color: rgb(187,234,251); }
td.TdClassName
{
border-color: #BBEAFB;
}
.TagClassName
{
border-color: #BBEAFB;
}
</style>