Shades of Onahau #BBEAF1
Tints of Onahau #BBEAF1
RGB
CMYK
RGB Variations
Color information
#BBEAF1 (or 0xBBEAF1) is known color: Onahau. HEX triplet: BB, EA and F1. RGB value is (187,234,241). Sum of RGB (Red+Green+Blue) = 187+234+241=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF1 is #44150E. Grayscale: #DCDCDC. Windows color (decimal): -4461839 or 15854267. OLE color: 15854267.
HSL color Cylindrical-coordinate representation of color #BBEAF1: hue angle of 187.78º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEAF1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 234 | 241 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.05 |
| HSL | 187.78º | 0.66% | 0.84% | - |
| HSV(B) | 187.78º | 0.22% | 0.95% | - |
| XYZ | 65.79 | 75.76 | 94.37 | - |
| YUV | 220.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 241 | 0.22 | 0.03 | 0 | 0.05 | 187.78 | 0.66 | 0.84 |
| Hex | BB | EA | F1 | 16 | 3 | 0 | 5 | BC | 42 | 54 |
| Octal | 273 | 352 | 361 | 26 | 3 | 0 | 5 | 274 | 102 | 124 |
| Binary | 10111011 | 11101010 | 11110001 | 10110 | 11 | 0 | 101 | 10111100 | 1000010 | 1010100 |
Color Harmonies of #BBEAF1
Complementary color
Monochromatic Colors of #BBEAF1
Black with #BBEAF1
Text Example
Text Example
White with #BBEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAF1; }
p { color: rgb(187,234,241); }
H1.HeaderClassName
{
color: #BBEAF1;
}
.AnyTagClassName
{
color: #BBEAF1;
}
</style>
background-color css
<style>
a { background-color: #BBEAF1; }
a { background-color: rgb(187,234,241); }
div.DivClassName
{
background-color: #BBEAF1;
}
.BgClassName
{
background-color: #BBEAF1;
}
</style>
border-color css
<style>
span { border-color: #BBEAF1; }
span { border-color: rgb(187,234,241); }
td.TdClassName
{
border-color: #BBEAF1;
}
.TagClassName
{
border-color: #BBEAF1;
}
</style>