Shades of Onahau #BBEDF5
Tints of Onahau #BBEDF5
RGB
CMYK
RGB Variations
Color information
#BBEDF5 (or 0xBBEDF5) is known color: Onahau. HEX triplet: BB, ED and F5. RGB value is (187,237,245). Sum of RGB (Red+Green+Blue) = 187+237+245=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDF5 is #44120A. Grayscale: #DEDEDE. Windows color (decimal): -4461067 or 16117179. OLE color: 16117179.
HSL color Cylindrical-coordinate representation of color #BBEDF5: hue angle of 188.28º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBEDF5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 237 | 245 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.04 |
| HSL | 188.28º | 0.74% | 0.85% | - |
| HSV(B) | 188.28º | 0.24% | 0.96% | - |
| XYZ | 67.26 | 77.73 | 97.84 | - |
| YUV | 222.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 245 | 0.24 | 0.03 | 0 | 0.04 | 188.28 | 0.74 | 0.85 |
| Hex | BB | ED | F5 | 18 | 3 | 0 | 4 | BC | 4A | 55 |
| Octal | 273 | 355 | 365 | 30 | 3 | 0 | 4 | 274 | 112 | 125 |
| Binary | 10111011 | 11101101 | 11110101 | 11000 | 11 | 0 | 100 | 10111100 | 1001010 | 1010101 |
Color Harmonies of #BBEDF5
Complementary color
Monochromatic Colors of #BBEDF5
Black with #BBEDF5
Text Example
Text Example
White with #BBEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDF5; }
p { color: rgb(187,237,245); }
H1.HeaderClassName
{
color: #BBEDF5;
}
.AnyTagClassName
{
color: #BBEDF5;
}
</style>
background-color css
<style>
a { background-color: #BBEDF5; }
a { background-color: rgb(187,237,245); }
div.DivClassName
{
background-color: #BBEDF5;
}
.BgClassName
{
background-color: #BBEDF5;
}
</style>
border-color css
<style>
span { border-color: #BBEDF5; }
span { border-color: rgb(187,237,245); }
td.TdClassName
{
border-color: #BBEDF5;
}
.TagClassName
{
border-color: #BBEDF5;
}
</style>