Shades of Onahau #BDEDEF
Tints of Onahau #BDEDEF
RGB
CMYK
RGB Variations
Color information
#BDEDEF (or 0xBDEDEF) is known color: Onahau. HEX triplet: BD, ED and EF. RGB value is (189,237,239). Sum of RGB (Red+Green+Blue) = 189+237+239=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDEDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDEF is #421210. Grayscale: #DEDEDE. Windows color (decimal): -4330001 or 15723965. OLE color: 15723965.
HSL color Cylindrical-coordinate representation of color #BDEDEF: hue angle of 182.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEDEF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 237 | 239 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.06 |
| HSL | 182.4º | 0.61% | 0.84% | - |
| HSV(B) | 182.4º | 0.21% | 0.94% | - |
| XYZ | 66.85 | 77.62 | 93.12 | - |
| YUV | 222.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 239 | 0.21 | 0.01 | 0 | 0.06 | 182.4 | 0.61 | 0.84 |
| Hex | BD | ED | EF | 15 | 1 | 0 | 6 | B6 | 3D | 54 |
| Octal | 275 | 355 | 357 | 25 | 1 | 0 | 6 | 266 | 75 | 124 |
| Binary | 10111101 | 11101101 | 11101111 | 10101 | 1 | 0 | 110 | 10110110 | 111101 | 1010100 |
Color Harmonies of #BDEDEF
Complementary color
Monochromatic Colors of #BDEDEF
Black with #BDEDEF
Text Example
Text Example
White with #BDEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDEF; }
p { color: rgb(189,237,239); }
H1.HeaderClassName
{
color: #BDEDEF;
}
.AnyTagClassName
{
color: #BDEDEF;
}
</style>
background-color css
<style>
a { background-color: #BDEDEF; }
a { background-color: rgb(189,237,239); }
div.DivClassName
{
background-color: #BDEDEF;
}
.BgClassName
{
background-color: #BDEDEF;
}
</style>
border-color css
<style>
span { border-color: #BDEDEF; }
span { border-color: rgb(189,237,239); }
td.TdClassName
{
border-color: #BDEDEF;
}
.TagClassName
{
border-color: #BDEDEF;
}
</style>