Shades of Onahau #BDF5FF
Tints of Onahau #BDF5FF
RGB
CMYK
RGB Variations
Color information
#BDF5FF (or 0xBDF5FF) is known color: Onahau. HEX triplet: BD, F5 and FF. RGB value is (189,245,255). Sum of RGB (Red+Green+Blue) = 189+245+255=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5FF is #420A00. Grayscale: #E5E5E5. Windows color (decimal): -4327937 or 16774589. OLE color: 16774589.
HSL color Cylindrical-coordinate representation of color #BDF5FF: hue angle of 189.09º 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 #BDF5FF is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 245 | 255 | - |
| CMYK | 0.26 | 0.04 | 0 | 0 |
| HSL | 189.09º | 1% | 0.87% | - |
| HSV(B) | 189.09º | 0.26% | 1% | - |
| XYZ | 71.69 | 83.34 | 106.92 | - |
| YUV | 229.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 255 | 0.26 | 0.04 | 0 | 0 | 189.09 | 1 | 0.87 |
| Hex | BD | F5 | FF | 1A | 4 | 0 | 0 | BD | 64 | 57 |
| Octal | 275 | 365 | 377 | 32 | 4 | 0 | 0 | 275 | 144 | 127 |
| Binary | 10111101 | 11110101 | 11111111 | 11010 | 100 | 0 | 0 | 10111101 | 1100100 | 1010111 |
Color Harmonies of #BDF5FF
Complementary color
Monochromatic Colors of #BDF5FF
Black with #BDF5FF
Text Example
Text Example
White with #BDF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5FF; }
p { color: rgb(189,245,255); }
H1.HeaderClassName
{
color: #BDF5FF;
}
.AnyTagClassName
{
color: #BDF5FF;
}
</style>
background-color css
<style>
a { background-color: #BDF5FF; }
a { background-color: rgb(189,245,255); }
div.DivClassName
{
background-color: #BDF5FF;
}
.BgClassName
{
background-color: #BDF5FF;
}
</style>
border-color css
<style>
span { border-color: #BDF5FF; }
span { border-color: rgb(189,245,255); }
td.TdClassName
{
border-color: #BDF5FF;
}
.TagClassName
{
border-color: #BDF5FF;
}
</style>