Shades of Onahau #BDE8FB
Tints of Onahau #BDE8FB
RGB
CMYK
RGB Variations
Color information
#BDE8FB (or 0xBDE8FB) is known color: Onahau. HEX triplet: BD, E8 and FB. RGB value is (189,232,251). Sum of RGB (Red+Green+Blue) = 189+232+251=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8FB is #421704. Grayscale: #DDDDDD. Windows color (decimal): -4331269 or 16509117. OLE color: 16509117.
HSL color Cylindrical-coordinate representation of color #BDE8FB: hue angle of 198.39º 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 #BDE8FB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 232 | 251 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.02 |
| HSL | 198.39º | 0.89% | 0.86% | - |
| HSV(B) | 198.39º | 0.25% | 0.98% | - |
| XYZ | 67.26 | 75.5 | 102.29 | - |
| YUV | 221.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 251 | 0.25 | 0.08 | 0 | 0.02 | 198.39 | 0.89 | 0.86 |
| Hex | BD | E8 | FB | 19 | 8 | 0 | 2 | C6 | 59 | 56 |
| Octal | 275 | 350 | 373 | 31 | 10 | 0 | 2 | 306 | 131 | 126 |
| Binary | 10111101 | 11101000 | 11111011 | 11001 | 1000 | 0 | 10 | 11000110 | 1011001 | 1010110 |
Color Harmonies of #BDE8FB
Complementary color
Monochromatic Colors of #BDE8FB
Black with #BDE8FB
Text Example
Text Example
White with #BDE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8FB; }
p { color: rgb(189,232,251); }
H1.HeaderClassName
{
color: #BDE8FB;
}
.AnyTagClassName
{
color: #BDE8FB;
}
</style>
background-color css
<style>
a { background-color: #BDE8FB; }
a { background-color: rgb(189,232,251); }
div.DivClassName
{
background-color: #BDE8FB;
}
.BgClassName
{
background-color: #BDE8FB;
}
</style>
border-color css
<style>
span { border-color: #BDE8FB; }
span { border-color: rgb(189,232,251); }
td.TdClassName
{
border-color: #BDE8FB;
}
.TagClassName
{
border-color: #BDE8FB;
}
</style>