Shades of Onahau #BDEDF5
Tints of Onahau #BDEDF5
RGB
CMYK
RGB Variations
Color information
#BDEDF5 (or 0xBDEDF5) is known color: Onahau. HEX triplet: BD, ED and F5. RGB value is (189,237,245). Sum of RGB (Red+Green+Blue) = 189+237+245=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDF5 is #42120A. Grayscale: #DFDFDF. Windows color (decimal): -4329995 or 16117181. OLE color: 16117181.
HSL color Cylindrical-coordinate representation of color #BDEDF5: hue angle of 188.57º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDEDF5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 237 | 245 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.04 |
| HSL | 188.57º | 0.74% | 0.85% | - |
| HSV(B) | 188.57º | 0.23% | 0.96% | - |
| XYZ | 67.75 | 77.98 | 97.87 | - |
| YUV | 223.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 245 | 0.23 | 0.03 | 0 | 0.04 | 188.57 | 0.74 | 0.85 |
| Hex | BD | ED | F5 | 17 | 3 | 0 | 4 | BD | 4A | 55 |
| Octal | 275 | 355 | 365 | 27 | 3 | 0 | 4 | 275 | 112 | 125 |
| Binary | 10111101 | 11101101 | 11110101 | 10111 | 11 | 0 | 100 | 10111101 | 1001010 | 1010101 |
Color Harmonies of #BDEDF5
Complementary color
Monochromatic Colors of #BDEDF5
Black with #BDEDF5
Text Example
Text Example
White with #BDEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDF5; }
p { color: rgb(189,237,245); }
H1.HeaderClassName
{
color: #BDEDF5;
}
.AnyTagClassName
{
color: #BDEDF5;
}
</style>
background-color css
<style>
a { background-color: #BDEDF5; }
a { background-color: rgb(189,237,245); }
div.DivClassName
{
background-color: #BDEDF5;
}
.BgClassName
{
background-color: #BDEDF5;
}
</style>
border-color css
<style>
span { border-color: #BDEDF5; }
span { border-color: rgb(189,237,245); }
td.TdClassName
{
border-color: #BDEDF5;
}
.TagClassName
{
border-color: #BDEDF5;
}
</style>