Shades of Onahau #BBEDFF
Tints of Onahau #BBEDFF
RGB
CMYK
RGB Variations
Color information
#BBEDFF (or 0xBBEDFF) is known color: Onahau. HEX triplet: BB, ED and FF. RGB value is (187,237,255). Sum of RGB (Red+Green+Blue) = 187+237+255=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDFF is #441200. Grayscale: #DFDFDF. Windows color (decimal): -4461057 or 16772539. OLE color: 16772539.
HSL color Cylindrical-coordinate representation of color #BBEDFF: hue angle of 195.88º 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 #BBEDFF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 237 | 255 | - |
| CMYK | 0.27 | 0.07 | 0 | 0 |
| HSL | 195.88º | 1% | 0.87% | - |
| HSV(B) | 195.88º | 0.27% | 1% | - |
| XYZ | 68.83 | 78.35 | 106.1 | - |
| YUV | 224.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 255 | 0.27 | 0.07 | 0 | 0 | 195.88 | 1 | 0.87 |
| Hex | BB | ED | FF | 1B | 7 | 0 | 0 | C4 | 64 | 57 |
| Octal | 273 | 355 | 377 | 33 | 7 | 0 | 0 | 304 | 144 | 127 |
| Binary | 10111011 | 11101101 | 11111111 | 11011 | 111 | 0 | 0 | 11000100 | 1100100 | 1010111 |
Color Harmonies of #BBEDFF
Complementary color
Monochromatic Colors of #BBEDFF
Black with #BBEDFF
Text Example
Text Example
White with #BBEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDFF; }
p { color: rgb(187,237,255); }
H1.HeaderClassName
{
color: #BBEDFF;
}
.AnyTagClassName
{
color: #BBEDFF;
}
</style>
background-color css
<style>
a { background-color: #BBEDFF; }
a { background-color: rgb(187,237,255); }
div.DivClassName
{
background-color: #BBEDFF;
}
.BgClassName
{
background-color: #BBEDFF;
}
</style>
border-color css
<style>
span { border-color: #BBEDFF; }
span { border-color: rgb(187,237,255); }
td.TdClassName
{
border-color: #BBEDFF;
}
.TagClassName
{
border-color: #BBEDFF;
}
</style>