Shades of Onahau #BDECF4
Tints of Onahau #BDECF4
RGB
CMYK
RGB Variations
Color information
#BDECF4 (or 0xBDECF4) is known color: Onahau. HEX triplet: BD, EC and F4. RGB value is (189,236,244). Sum of RGB (Red+Green+Blue) = 189+236+244=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECF4 is #42130B. Grayscale: #DEDEDE. Windows color (decimal): -4330252 or 16051389. OLE color: 16051389.
HSL color Cylindrical-coordinate representation of color #BDECF4: hue angle of 188.73º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDECF4 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 236 | 244 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.04 |
| HSL | 188.73º | 0.71% | 0.85% | - |
| HSV(B) | 188.73º | 0.23% | 0.96% | - |
| XYZ | 67.31 | 77.34 | 96.97 | - |
| YUV | 222.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 244 | 0.23 | 0.03 | 0 | 0.04 | 188.73 | 0.71 | 0.85 |
| Hex | BD | EC | F4 | 17 | 3 | 0 | 4 | BD | 47 | 55 |
| Octal | 275 | 354 | 364 | 27 | 3 | 0 | 4 | 275 | 107 | 125 |
| Binary | 10111101 | 11101100 | 11110100 | 10111 | 11 | 0 | 100 | 10111101 | 1000111 | 1010101 |
Color Harmonies of #BDECF4
Complementary color
Monochromatic Colors of #BDECF4
Black with #BDECF4
Text Example
Text Example
White with #BDECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECF4; }
p { color: rgb(189,236,244); }
H1.HeaderClassName
{
color: #BDECF4;
}
.AnyTagClassName
{
color: #BDECF4;
}
</style>
background-color css
<style>
a { background-color: #BDECF4; }
a { background-color: rgb(189,236,244); }
div.DivClassName
{
background-color: #BDECF4;
}
.BgClassName
{
background-color: #BDECF4;
}
</style>
border-color css
<style>
span { border-color: #BDECF4; }
span { border-color: rgb(189,236,244); }
td.TdClassName
{
border-color: #BDECF4;
}
.TagClassName
{
border-color: #BDECF4;
}
</style>