Shades of Onahau #BDECF1
Tints of Onahau #BDECF1
RGB
CMYK
RGB Variations
Color information
#BDECF1 (or 0xBDECF1) is known color: Onahau. HEX triplet: BD, EC and F1. RGB value is (189,236,241). Sum of RGB (Red+Green+Blue) = 189+236+241=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECF1 is #42130E. Grayscale: #DEDEDE. Windows color (decimal): -4330255 or 15854781. OLE color: 15854781.
HSL color Cylindrical-coordinate representation of color #BDECF1: hue angle of 185.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDECF1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 236 | 241 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.05 |
| HSL | 185.77º | 0.65% | 0.84% | - |
| HSV(B) | 185.77º | 0.22% | 0.95% | - |
| XYZ | 66.86 | 77.16 | 94.59 | - |
| YUV | 222.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 241 | 0.22 | 0.02 | 0 | 0.05 | 185.77 | 0.65 | 0.84 |
| Hex | BD | EC | F1 | 16 | 2 | 0 | 5 | BA | 41 | 54 |
| Octal | 275 | 354 | 361 | 26 | 2 | 0 | 5 | 272 | 101 | 124 |
| Binary | 10111101 | 11101100 | 11110001 | 10110 | 10 | 0 | 101 | 10111010 | 1000001 | 1010100 |
Color Harmonies of #BDECF1
Complementary color
Monochromatic Colors of #BDECF1
Black with #BDECF1
Text Example
Text Example
White with #BDECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECF1; }
p { color: rgb(189,236,241); }
H1.HeaderClassName
{
color: #BDECF1;
}
.AnyTagClassName
{
color: #BDECF1;
}
</style>
background-color css
<style>
a { background-color: #BDECF1; }
a { background-color: rgb(189,236,241); }
div.DivClassName
{
background-color: #BDECF1;
}
.BgClassName
{
background-color: #BDECF1;
}
</style>
border-color css
<style>
span { border-color: #BDECF1; }
span { border-color: rgb(189,236,241); }
td.TdClassName
{
border-color: #BDECF1;
}
.TagClassName
{
border-color: #BDECF1;
}
</style>