Shades of Onahau #BDE8FE
Tints of Onahau #BDE8FE
RGB
CMYK
RGB Variations
Color information
#BDE8FE (or 0xBDE8FE) is known color: Onahau. HEX triplet: BD, E8 and FE. RGB value is (189,232,254). Sum of RGB (Red+Green+Blue) = 189+232+254=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8FE is #421701. Grayscale: #DDDDDD. Windows color (decimal): -4331266 or 16705725. OLE color: 16705725.
HSL color Cylindrical-coordinate representation of color #BDE8FE: hue angle of 200.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE8FE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 232 | 254 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.00 |
| HSL | 200.31º | 0.97% | 0.87% | - |
| HSV(B) | 200.31º | 0.26% | 1% | - |
| XYZ | 67.73 | 75.69 | 104.81 | - |
| YUV | 221.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 254 | 0.26 | 0.09 | 0 | 0.00 | 200.31 | 0.97 | 0.87 |
| Hex | BD | E8 | FE | 1A | 9 | 0 | 0 | C8 | 61 | 57 |
| Octal | 275 | 350 | 376 | 32 | 11 | 0 | 0 | 310 | 141 | 127 |
| Binary | 10111101 | 11101000 | 11111110 | 11010 | 1001 | 0 | 0 | 11001000 | 1100001 | 1010111 |
Color Harmonies of #BDE8FE
Complementary color
Monochromatic Colors of #BDE8FE
Black with #BDE8FE
Text Example
Text Example
White with #BDE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8FE; }
p { color: rgb(189,232,254); }
H1.HeaderClassName
{
color: #BDE8FE;
}
.AnyTagClassName
{
color: #BDE8FE;
}
</style>
background-color css
<style>
a { background-color: #BDE8FE; }
a { background-color: rgb(189,232,254); }
div.DivClassName
{
background-color: #BDE8FE;
}
.BgClassName
{
background-color: #BDE8FE;
}
</style>
border-color css
<style>
span { border-color: #BDE8FE; }
span { border-color: rgb(189,232,254); }
td.TdClassName
{
border-color: #BDE8FE;
}
.TagClassName
{
border-color: #BDE8FE;
}
</style>