Shades of Onahau #BDEEFD
Tints of Onahau #BDEEFD
RGB
CMYK
RGB Variations
Color information
#BDEEFD (or 0xBDEEFD) is known color: Onahau. HEX triplet: BD, EE and FD. RGB value is (189,238,253). Sum of RGB (Red+Green+Blue) = 189+238+253=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEFD is #421102. Grayscale: #E0E0E0. Windows color (decimal): -4329731 or 16641725. OLE color: 16641725.
HSL color Cylindrical-coordinate representation of color #BDEEFD: hue angle of 194.06º 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 #BDEEFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 238 | 253 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.01 |
| HSL | 194.06º | 0.94% | 0.87% | - |
| HSV(B) | 194.06º | 0.25% | 0.99% | - |
| XYZ | 69.29 | 79.06 | 104.54 | - |
| YUV | 225.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 253 | 0.25 | 0.06 | 0 | 0.01 | 194.06 | 0.94 | 0.87 |
| Hex | BD | EE | FD | 19 | 6 | 0 | 1 | C2 | 5E | 57 |
| Octal | 275 | 356 | 375 | 31 | 6 | 0 | 1 | 302 | 136 | 127 |
| Binary | 10111101 | 11101110 | 11111101 | 11001 | 110 | 0 | 1 | 11000010 | 1011110 | 1010111 |
Color Harmonies of #BDEEFD
Complementary color
Monochromatic Colors of #BDEEFD
Black with #BDEEFD
Text Example
Text Example
White with #BDEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEFD; }
p { color: rgb(189,238,253); }
H1.HeaderClassName
{
color: #BDEEFD;
}
.AnyTagClassName
{
color: #BDEEFD;
}
</style>
background-color css
<style>
a { background-color: #BDEEFD; }
a { background-color: rgb(189,238,253); }
div.DivClassName
{
background-color: #BDEEFD;
}
.BgClassName
{
background-color: #BDEEFD;
}
</style>
border-color css
<style>
span { border-color: #BDEEFD; }
span { border-color: rgb(189,238,253); }
td.TdClassName
{
border-color: #BDEEFD;
}
.TagClassName
{
border-color: #BDEEFD;
}
</style>