Shades of Onahau #BDF0FF
Tints of Onahau #BDF0FF
RGB
CMYK
RGB Variations
Color information
#BDF0FF (or 0xBDF0FF) is known color: Onahau. HEX triplet: BD, F0 and FF. RGB value is (189,240,255). Sum of RGB (Red+Green+Blue) = 189+240+255=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0FF is #420F00. Grayscale: #E2E2E2. Windows color (decimal): -4329217 or 16773309. OLE color: 16773309.
HSL color Cylindrical-coordinate representation of color #BDF0FF: hue angle of 193.64º 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 #BDF0FF is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 240 | 255 | - |
| CMYK | 0.26 | 0.06 | 0 | 0 |
| HSL | 193.64º | 1% | 0.87% | - |
| HSV(B) | 193.64º | 0.26% | 1% | - |
| XYZ | 70.2 | 80.36 | 106.42 | - |
| YUV | 226.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 255 | 0.26 | 0.06 | 0 | 0 | 193.64 | 1 | 0.87 |
| Hex | BD | F0 | FF | 1A | 6 | 0 | 0 | C2 | 64 | 57 |
| Octal | 275 | 360 | 377 | 32 | 6 | 0 | 0 | 302 | 144 | 127 |
| Binary | 10111101 | 11110000 | 11111111 | 11010 | 110 | 0 | 0 | 11000010 | 1100100 | 1010111 |
Color Harmonies of #BDF0FF
Complementary color
Monochromatic Colors of #BDF0FF
Black with #BDF0FF
Text Example
Text Example
White with #BDF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0FF; }
p { color: rgb(189,240,255); }
H1.HeaderClassName
{
color: #BDF0FF;
}
.AnyTagClassName
{
color: #BDF0FF;
}
</style>
background-color css
<style>
a { background-color: #BDF0FF; }
a { background-color: rgb(189,240,255); }
div.DivClassName
{
background-color: #BDF0FF;
}
.BgClassName
{
background-color: #BDF0FF;
}
</style>
border-color css
<style>
span { border-color: #BDF0FF; }
span { border-color: rgb(189,240,255); }
td.TdClassName
{
border-color: #BDF0FF;
}
.TagClassName
{
border-color: #BDF0FF;
}
</style>