Shades of Onahau #BBEBFC
Tints of Onahau #BBEBFC
RGB
CMYK
RGB Variations
Color information
#BBEBFC (or 0xBBEBFC) is known color: Onahau. HEX triplet: BB, EB and FC. RGB value is (187,235,252). Sum of RGB (Red+Green+Blue) = 187+235+252=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBFC is #441403. Grayscale: #DEDEDE. Windows color (decimal): -4461572 or 16575419. OLE color: 16575419.
HSL color Cylindrical-coordinate representation of color #BBEBFC: hue angle of 195.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEBFC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 235 | 252 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.01 |
| HSL | 195.69º | 0.92% | 0.86% | - |
| HSV(B) | 195.69º | 0.26% | 0.99% | - |
| XYZ | 67.77 | 77.01 | 103.39 | - |
| YUV | 222.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 252 | 0.26 | 0.07 | 0 | 0.01 | 195.69 | 0.92 | 0.86 |
| Hex | BB | EB | FC | 1A | 7 | 0 | 1 | C4 | 5C | 56 |
| Octal | 273 | 353 | 374 | 32 | 7 | 0 | 1 | 304 | 134 | 126 |
| Binary | 10111011 | 11101011 | 11111100 | 11010 | 111 | 0 | 1 | 11000100 | 1011100 | 1010110 |
Color Harmonies of #BBEBFC
Complementary color
Monochromatic Colors of #BBEBFC
Black with #BBEBFC
Text Example
Text Example
White with #BBEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBFC; }
p { color: rgb(187,235,252); }
H1.HeaderClassName
{
color: #BBEBFC;
}
.AnyTagClassName
{
color: #BBEBFC;
}
</style>
background-color css
<style>
a { background-color: #BBEBFC; }
a { background-color: rgb(187,235,252); }
div.DivClassName
{
background-color: #BBEBFC;
}
.BgClassName
{
background-color: #BBEBFC;
}
</style>
border-color css
<style>
span { border-color: #BBEBFC; }
span { border-color: rgb(187,235,252); }
td.TdClassName
{
border-color: #BBEBFC;
}
.TagClassName
{
border-color: #BBEBFC;
}
</style>