Shades of Onahau #BDE7FD
Tints of Onahau #BDE7FD
RGB
CMYK
RGB Variations
Color information
#BDE7FD (or 0xBDE7FD) is known color: Onahau. HEX triplet: BD, E7 and FD. RGB value is (189,231,253). Sum of RGB (Red+Green+Blue) = 189+231+253=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7FD is #421802. Grayscale: #DCDCDC. Windows color (decimal): -4331523 or 16639933. OLE color: 16639933.
HSL color Cylindrical-coordinate representation of color #BDE7FD: hue angle of 200.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE7FD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 231 | 253 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.01 |
| HSL | 200.63º | 0.94% | 0.87% | - |
| HSV(B) | 200.63º | 0.25% | 0.99% | - |
| XYZ | 67.29 | 75.06 | 103.87 | - |
| YUV | 220.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 253 | 0.25 | 0.09 | 0 | 0.01 | 200.63 | 0.94 | 0.87 |
| Hex | BD | E7 | FD | 19 | 9 | 0 | 1 | C9 | 5E | 57 |
| Octal | 275 | 347 | 375 | 31 | 11 | 0 | 1 | 311 | 136 | 127 |
| Binary | 10111101 | 11100111 | 11111101 | 11001 | 1001 | 0 | 1 | 11001001 | 1011110 | 1010111 |
Color Harmonies of #BDE7FD
Complementary color
Monochromatic Colors of #BDE7FD
Black with #BDE7FD
Text Example
Text Example
White with #BDE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7FD; }
p { color: rgb(189,231,253); }
H1.HeaderClassName
{
color: #BDE7FD;
}
.AnyTagClassName
{
color: #BDE7FD;
}
</style>
background-color css
<style>
a { background-color: #BDE7FD; }
a { background-color: rgb(189,231,253); }
div.DivClassName
{
background-color: #BDE7FD;
}
.BgClassName
{
background-color: #BDE7FD;
}
</style>
border-color css
<style>
span { border-color: #BDE7FD; }
span { border-color: rgb(189,231,253); }
td.TdClassName
{
border-color: #BDE7FD;
}
.TagClassName
{
border-color: #BDE7FD;
}
</style>