Shades of Onahau #BDECFE
Tints of Onahau #BDECFE
RGB
CMYK
RGB Variations
Color information
#BDECFE (or 0xBDECFE) is known color: Onahau. HEX triplet: BD, EC and FE. RGB value is (189,236,254). Sum of RGB (Red+Green+Blue) = 189+236+254=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECFE is #421301. Grayscale: #DFDFDF. Windows color (decimal): -4330242 or 16706749. OLE color: 16706749.
HSL color Cylindrical-coordinate representation of color #BDECFE: hue angle of 196.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDECFE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 236 | 254 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.00 |
| HSL | 196.62º | 0.97% | 0.87% | - |
| HSV(B) | 196.62º | 0.26% | 1% | - |
| XYZ | 68.87 | 77.97 | 105.18 | - |
| YUV | 224 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 254 | 0.26 | 0.07 | 0 | 0.00 | 196.62 | 0.97 | 0.87 |
| Hex | BD | EC | FE | 1A | 7 | 0 | 0 | C5 | 61 | 57 |
| Octal | 275 | 354 | 376 | 32 | 7 | 0 | 0 | 305 | 141 | 127 |
| Binary | 10111101 | 11101100 | 11111110 | 11010 | 111 | 0 | 0 | 11000101 | 1100001 | 1010111 |
Color Harmonies of #BDECFE
Complementary color
Monochromatic Colors of #BDECFE
Black with #BDECFE
Text Example
Text Example
White with #BDECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECFE; }
p { color: rgb(189,236,254); }
H1.HeaderClassName
{
color: #BDECFE;
}
.AnyTagClassName
{
color: #BDECFE;
}
</style>
background-color css
<style>
a { background-color: #BDECFE; }
a { background-color: rgb(189,236,254); }
div.DivClassName
{
background-color: #BDECFE;
}
.BgClassName
{
background-color: #BDECFE;
}
</style>
border-color css
<style>
span { border-color: #BDECFE; }
span { border-color: rgb(189,236,254); }
td.TdClassName
{
border-color: #BDECFE;
}
.TagClassName
{
border-color: #BDECFE;
}
</style>