Shades of Onahau #BDE6FB
Tints of Onahau #BDE6FB
RGB
CMYK
RGB Variations
Color information
#BDE6FB (or 0xBDE6FB) is known color: Onahau. HEX triplet: BD, E6 and FB. RGB value is (189,230,251). Sum of RGB (Red+Green+Blue) = 189+230+251=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6FB is #421904. Grayscale: #DCDCDC. Windows color (decimal): -4331781 or 16508605. OLE color: 16508605.
HSL color Cylindrical-coordinate representation of color #BDE6FB: hue angle of 200.32º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE6FB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 230 | 251 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.02 |
| HSL | 200.32º | 0.89% | 0.86% | - |
| HSV(B) | 200.32º | 0.25% | 0.98% | - |
| XYZ | 66.7 | 74.38 | 102.11 | - |
| YUV | 220.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 251 | 0.25 | 0.08 | 0 | 0.02 | 200.32 | 0.89 | 0.86 |
| Hex | BD | E6 | FB | 19 | 8 | 0 | 2 | C8 | 59 | 56 |
| Octal | 275 | 346 | 373 | 31 | 10 | 0 | 2 | 310 | 131 | 126 |
| Binary | 10111101 | 11100110 | 11111011 | 11001 | 1000 | 0 | 10 | 11001000 | 1011001 | 1010110 |
Color Harmonies of #BDE6FB
Complementary color
Monochromatic Colors of #BDE6FB
Black with #BDE6FB
Text Example
Text Example
White with #BDE6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6FB; }
p { color: rgb(189,230,251); }
H1.HeaderClassName
{
color: #BDE6FB;
}
.AnyTagClassName
{
color: #BDE6FB;
}
</style>
background-color css
<style>
a { background-color: #BDE6FB; }
a { background-color: rgb(189,230,251); }
div.DivClassName
{
background-color: #BDE6FB;
}
.BgClassName
{
background-color: #BDE6FB;
}
</style>
border-color css
<style>
span { border-color: #BDE6FB; }
span { border-color: rgb(189,230,251); }
td.TdClassName
{
border-color: #BDE6FB;
}
.TagClassName
{
border-color: #BDE6FB;
}
</style>