Shades of Onahau #BBEDFE
Tints of Onahau #BBEDFE
RGB
CMYK
RGB Variations
Color information
#BBEDFE (or 0xBBEDFE) is known color: Onahau. HEX triplet: BB, ED and FE. RGB value is (187,237,254). Sum of RGB (Red+Green+Blue) = 187+237+254=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDFE is #441201. Grayscale: #DFDFDF. Windows color (decimal): -4461058 or 16707003. OLE color: 16707003.
HSL color Cylindrical-coordinate representation of color #BBEDFE: hue angle of 195.22º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEDFE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 237 | 254 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.00 |
| HSL | 195.22º | 0.97% | 0.86% | - |
| HSV(B) | 195.22º | 0.26% | 1% | - |
| XYZ | 68.67 | 78.29 | 105.26 | - |
| YUV | 223.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 254 | 0.26 | 0.07 | 0 | 0.00 | 195.22 | 0.97 | 0.86 |
| Hex | BB | ED | FE | 1A | 7 | 0 | 0 | C3 | 61 | 56 |
| Octal | 273 | 355 | 376 | 32 | 7 | 0 | 0 | 303 | 141 | 126 |
| Binary | 10111011 | 11101101 | 11111110 | 11010 | 111 | 0 | 0 | 11000011 | 1100001 | 1010110 |
Color Harmonies of #BBEDFE
Complementary color
Monochromatic Colors of #BBEDFE
Black with #BBEDFE
Text Example
Text Example
White with #BBEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDFE; }
p { color: rgb(187,237,254); }
H1.HeaderClassName
{
color: #BBEDFE;
}
.AnyTagClassName
{
color: #BBEDFE;
}
</style>
background-color css
<style>
a { background-color: #BBEDFE; }
a { background-color: rgb(187,237,254); }
div.DivClassName
{
background-color: #BBEDFE;
}
.BgClassName
{
background-color: #BBEDFE;
}
</style>
border-color css
<style>
span { border-color: #BBEDFE; }
span { border-color: rgb(187,237,254); }
td.TdClassName
{
border-color: #BBEDFE;
}
.TagClassName
{
border-color: #BBEDFE;
}
</style>