Shades of Onahau #BDDDEC
Tints of Onahau #BDDDEC
RGB
CMYK
RGB Variations
Color information
#BDDDEC (or 0xBDDDEC) is known color: Onahau. HEX triplet: BD, DD and EC. RGB value is (189,221,236). Sum of RGB (Red+Green+Blue) = 189+221+236=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDEC is #422213. Grayscale: #D5D5D5. Windows color (decimal): -4334100 or 15523261. OLE color: 15523261.
HSL color Cylindrical-coordinate representation of color #BDDDEC: hue angle of 199.15º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDDEC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 221 | 236 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.07 |
| HSL | 199.15º | 0.55% | 0.83% | - |
| HSV(B) | 199.15º | 0.2% | 0.93% | - |
| XYZ | 61.98 | 68.59 | 89.33 | - |
| YUV | 213.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 236 | 0.20 | 0.06 | 0 | 0.07 | 199.15 | 0.55 | 0.83 |
| Hex | BD | DD | EC | 14 | 6 | 0 | 7 | C7 | 37 | 53 |
| Octal | 275 | 335 | 354 | 24 | 6 | 0 | 7 | 307 | 67 | 123 |
| Binary | 10111101 | 11011101 | 11101100 | 10100 | 110 | 0 | 111 | 11000111 | 110111 | 1010011 |
Color Harmonies of #BDDDEC
Complementary color
Monochromatic Colors of #BDDDEC
Black with #BDDDEC
Text Example
Text Example
White with #BDDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDEC; }
p { color: rgb(189,221,236); }
H1.HeaderClassName
{
color: #BDDDEC;
}
.AnyTagClassName
{
color: #BDDDEC;
}
</style>
background-color css
<style>
a { background-color: #BDDDEC; }
a { background-color: rgb(189,221,236); }
div.DivClassName
{
background-color: #BDDDEC;
}
.BgClassName
{
background-color: #BDDDEC;
}
</style>
border-color css
<style>
span { border-color: #BDDDEC; }
span { border-color: rgb(189,221,236); }
td.TdClassName
{
border-color: #BDDDEC;
}
.TagClassName
{
border-color: #BDDDEC;
}
</style>