Shades of Onahau #BDF0FD
Tints of Onahau #BDF0FD
RGB
CMYK
RGB Variations
Color information
#BDF0FD (or 0xBDF0FD) is known color: Onahau. HEX triplet: BD, F0 and FD. RGB value is (189,240,253). Sum of RGB (Red+Green+Blue) = 189+240+253=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0FD is #420F02. Grayscale: #E2E2E2. Windows color (decimal): -4329219 or 16642237. OLE color: 16642237.
HSL color Cylindrical-coordinate representation of color #BDF0FD: hue angle of 192.19º 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 #BDF0FD is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 240 | 253 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.01 |
| HSL | 192.19º | 0.94% | 0.87% | - |
| HSV(B) | 192.19º | 0.25% | 0.99% | - |
| XYZ | 69.88 | 80.23 | 104.73 | - |
| YUV | 226.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 253 | 0.25 | 0.05 | 0 | 0.01 | 192.19 | 0.94 | 0.87 |
| Hex | BD | F0 | FD | 19 | 5 | 0 | 1 | C0 | 5E | 57 |
| Octal | 275 | 360 | 375 | 31 | 5 | 0 | 1 | 300 | 136 | 127 |
| Binary | 10111101 | 11110000 | 11111101 | 11001 | 101 | 0 | 1 | 11000000 | 1011110 | 1010111 |
Color Harmonies of #BDF0FD
Complementary color
Monochromatic Colors of #BDF0FD
Black with #BDF0FD
Text Example
Text Example
White with #BDF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0FD; }
p { color: rgb(189,240,253); }
H1.HeaderClassName
{
color: #BDF0FD;
}
.AnyTagClassName
{
color: #BDF0FD;
}
</style>
background-color css
<style>
a { background-color: #BDF0FD; }
a { background-color: rgb(189,240,253); }
div.DivClassName
{
background-color: #BDF0FD;
}
.BgClassName
{
background-color: #BDF0FD;
}
</style>
border-color css
<style>
span { border-color: #BDF0FD; }
span { border-color: rgb(189,240,253); }
td.TdClassName
{
border-color: #BDF0FD;
}
.TagClassName
{
border-color: #BDF0FD;
}
</style>