Shades of Onahau #BDE9FF
Tints of Onahau #BDE9FF
RGB
CMYK
RGB Variations
Color information
#BDE9FF (or 0xBDE9FF) is known color: Onahau. HEX triplet: BD, E9 and FF. RGB value is (189,233,255). Sum of RGB (Red+Green+Blue) = 189+233+255=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9FF is #421600. Grayscale: #DEDEDE. Windows color (decimal): -4331009 or 16771517. OLE color: 16771517.
HSL color Cylindrical-coordinate representation of color #BDE9FF: hue angle of 200º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE9FF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 233 | 255 | - |
| CMYK | 0.26 | 0.09 | 0 | 0 |
| HSL | 200º | 1% | 0.87% | - |
| HSV(B) | 200º | 0.26% | 1% | - |
| XYZ | 68.18 | 76.32 | 105.75 | - |
| YUV | 222.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 255 | 0.26 | 0.09 | 0 | 0 | 200 | 1 | 0.87 |
| Hex | BD | E9 | FF | 1A | 9 | 0 | 0 | C8 | 64 | 57 |
| Octal | 275 | 351 | 377 | 32 | 11 | 0 | 0 | 310 | 144 | 127 |
| Binary | 10111101 | 11101001 | 11111111 | 11010 | 1001 | 0 | 0 | 11001000 | 1100100 | 1010111 |
Color Harmonies of #BDE9FF
Complementary color
Monochromatic Colors of #BDE9FF
Black with #BDE9FF
Text Example
Text Example
White with #BDE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9FF; }
p { color: rgb(189,233,255); }
H1.HeaderClassName
{
color: #BDE9FF;
}
.AnyTagClassName
{
color: #BDE9FF;
}
</style>
background-color css
<style>
a { background-color: #BDE9FF; }
a { background-color: rgb(189,233,255); }
div.DivClassName
{
background-color: #BDE9FF;
}
.BgClassName
{
background-color: #BDE9FF;
}
</style>
border-color css
<style>
span { border-color: #BDE9FF; }
span { border-color: rgb(189,233,255); }
td.TdClassName
{
border-color: #BDE9FF;
}
.TagClassName
{
border-color: #BDE9FF;
}
</style>