Shades of Onahau #BDE6FC
Tints of Onahau #BDE6FC
RGB
CMYK
RGB Variations
Color information
#BDE6FC (or 0xBDE6FC) is known color: Onahau. HEX triplet: BD, E6 and FC. RGB value is (189,230,252). Sum of RGB (Red+Green+Blue) = 189+230+252=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDE6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6FC is #421903. Grayscale: #DCDCDC. Windows color (decimal): -4331780 or 16574141. OLE color: 16574141.
HSL color Cylindrical-coordinate representation of color #BDE6FC: hue angle of 200.95º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE6FC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 230 | 252 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.01 |
| HSL | 200.95º | 0.91% | 0.86% | - |
| HSV(B) | 200.95º | 0.25% | 0.99% | - |
| XYZ | 66.85 | 74.44 | 102.94 | - |
| YUV | 220.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 252 | 0.25 | 0.09 | 0 | 0.01 | 200.95 | 0.91 | 0.86 |
| Hex | BD | E6 | FC | 19 | 9 | 0 | 1 | C9 | 5B | 56 |
| Octal | 275 | 346 | 374 | 31 | 11 | 0 | 1 | 311 | 133 | 126 |
| Binary | 10111101 | 11100110 | 11111100 | 11001 | 1001 | 0 | 1 | 11001001 | 1011011 | 1010110 |
Color Harmonies of #BDE6FC
Complementary color
Monochromatic Colors of #BDE6FC
Black with #BDE6FC
Text Example
Text Example
White with #BDE6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6FC; }
p { color: rgb(189,230,252); }
H1.HeaderClassName
{
color: #BDE6FC;
}
.AnyTagClassName
{
color: #BDE6FC;
}
</style>
background-color css
<style>
a { background-color: #BDE6FC; }
a { background-color: rgb(189,230,252); }
div.DivClassName
{
background-color: #BDE6FC;
}
.BgClassName
{
background-color: #BDE6FC;
}
</style>
border-color css
<style>
span { border-color: #BDE6FC; }
span { border-color: rgb(189,230,252); }
td.TdClassName
{
border-color: #BDE6FC;
}
.TagClassName
{
border-color: #BDE6FC;
}
</style>