Shades of Onahau #BBEDFC
Tints of Onahau #BBEDFC
RGB
CMYK
RGB Variations
Color information
#BBEDFC (or 0xBBEDFC) is known color: Onahau. HEX triplet: BB, ED and FC. RGB value is (187,237,252). Sum of RGB (Red+Green+Blue) = 187+237+252=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDFC is #441203. Grayscale: #DFDFDF. Windows color (decimal): -4461060 or 16575931. OLE color: 16575931.
HSL color Cylindrical-coordinate representation of color #BBEDFC: hue angle of 193.85º 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 #BBEDFC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 237 | 252 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.01 |
| HSL | 193.85º | 0.92% | 0.86% | - |
| HSV(B) | 193.85º | 0.26% | 0.99% | - |
| XYZ | 68.35 | 78.16 | 103.58 | - |
| YUV | 223.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 252 | 0.26 | 0.06 | 0 | 0.01 | 193.85 | 0.92 | 0.86 |
| Hex | BB | ED | FC | 1A | 6 | 0 | 1 | C2 | 5C | 56 |
| Octal | 273 | 355 | 374 | 32 | 6 | 0 | 1 | 302 | 134 | 126 |
| Binary | 10111011 | 11101101 | 11111100 | 11010 | 110 | 0 | 1 | 11000010 | 1011100 | 1010110 |
Color Harmonies of #BBEDFC
Complementary color
Monochromatic Colors of #BBEDFC
Black with #BBEDFC
Text Example
Text Example
White with #BBEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDFC; }
p { color: rgb(187,237,252); }
H1.HeaderClassName
{
color: #BBEDFC;
}
.AnyTagClassName
{
color: #BBEDFC;
}
</style>
background-color css
<style>
a { background-color: #BBEDFC; }
a { background-color: rgb(187,237,252); }
div.DivClassName
{
background-color: #BBEDFC;
}
.BgClassName
{
background-color: #BBEDFC;
}
</style>
border-color css
<style>
span { border-color: #BBEDFC; }
span { border-color: rgb(187,237,252); }
td.TdClassName
{
border-color: #BBEDFC;
}
.TagClassName
{
border-color: #BBEDFC;
}
</style>