Shades of Onahau #BDECED
Tints of Onahau #BDECED
RGB
CMYK
RGB Variations
Color information
#BDECED (or 0xBDECED) is known color: Onahau. HEX triplet: BD, EC and ED. RGB value is (189,236,237). Sum of RGB (Red+Green+Blue) = 189+236+237=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECED is #421312. Grayscale: #DEDEDE. Windows color (decimal): -4330259 or 15592637. OLE color: 15592637.
HSL color Cylindrical-coordinate representation of color #BDECED: hue angle of 181.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECED is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 237 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.07 |
| HSL | 181.25º | 0.57% | 0.84% | - |
| HSV(B) | 181.25º | 0.2% | 0.93% | - |
| XYZ | 66.27 | 76.92 | 91.48 | - |
| YUV | 222.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 237 | 0.20 | 0.00 | 0 | 0.07 | 181.25 | 0.57 | 0.84 |
| Hex | BD | EC | ED | 14 | 0 | 0 | 7 | B5 | 39 | 54 |
| Octal | 275 | 354 | 355 | 24 | 0 | 0 | 7 | 265 | 71 | 124 |
| Binary | 10111101 | 11101100 | 11101101 | 10100 | 0 | 0 | 111 | 10110101 | 111001 | 1010100 |
Color Harmonies of #BDECED
Complementary color
Monochromatic Colors of #BDECED
Black with #BDECED
Text Example
Text Example
White with #BDECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECED; }
p { color: rgb(189,236,237); }
H1.HeaderClassName
{
color: #BDECED;
}
.AnyTagClassName
{
color: #BDECED;
}
</style>
background-color css
<style>
a { background-color: #BDECED; }
a { background-color: rgb(189,236,237); }
div.DivClassName
{
background-color: #BDECED;
}
.BgClassName
{
background-color: #BDECED;
}
</style>
border-color css
<style>
span { border-color: #BDECED; }
span { border-color: rgb(189,236,237); }
td.TdClassName
{
border-color: #BDECED;
}
.TagClassName
{
border-color: #BDECED;
}
</style>