Shades of Onahau #BDECEE
Tints of Onahau #BDECEE
RGB
CMYK
RGB Variations
Color information
#BDECEE (or 0xBDECEE) is known color: Onahau. HEX triplet: BD, EC and EE. RGB value is (189,236,238). Sum of RGB (Red+Green+Blue) = 189+236+238=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECEE is #421311. Grayscale: #DEDEDE. Windows color (decimal): -4330258 or 15658173. OLE color: 15658173.
HSL color Cylindrical-coordinate representation of color #BDECEE: hue angle of 182.45º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDECEE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 238 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.07 |
| HSL | 182.45º | 0.59% | 0.84% | - |
| HSV(B) | 182.45º | 0.21% | 0.93% | - |
| XYZ | 66.41 | 76.98 | 92.25 | - |
| YUV | 222.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 238 | 0.21 | 0.01 | 0 | 0.07 | 182.45 | 0.59 | 0.84 |
| Hex | BD | EC | EE | 15 | 1 | 0 | 7 | B6 | 3B | 54 |
| Octal | 275 | 354 | 356 | 25 | 1 | 0 | 7 | 266 | 73 | 124 |
| Binary | 10111101 | 11101100 | 11101110 | 10101 | 1 | 0 | 111 | 10110110 | 111011 | 1010100 |
Color Harmonies of #BDECEE
Complementary color
Monochromatic Colors of #BDECEE
Black with #BDECEE
Text Example
Text Example
White with #BDECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECEE; }
p { color: rgb(189,236,238); }
H1.HeaderClassName
{
color: #BDECEE;
}
.AnyTagClassName
{
color: #BDECEE;
}
</style>
background-color css
<style>
a { background-color: #BDECEE; }
a { background-color: rgb(189,236,238); }
div.DivClassName
{
background-color: #BDECEE;
}
.BgClassName
{
background-color: #BDECEE;
}
</style>
border-color css
<style>
span { border-color: #BDECEE; }
span { border-color: rgb(189,236,238); }
td.TdClassName
{
border-color: #BDECEE;
}
.TagClassName
{
border-color: #BDECEE;
}
</style>