Shades of Humming Bird #BDFFE6
Tints of Humming Bird #BDFFE6
RGB
CMYK
RGB Variations
Color information
#BDFFE6 (or 0xBDFFE6) is known color: Humming Bird. HEX triplet: BD, FF and E6. RGB value is (189,255,230). Sum of RGB (Red+Green+Blue) = 189+255+230=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFE6 is #420019. Grayscale: #E8E8E8. Windows color (decimal): -4325402 or 15138749. OLE color: 15138749.
HSL color Cylindrical-coordinate representation of color #BDFFE6: hue angle of 157.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFE6 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 230 | - |
| CMYK | 0.26 | 0 | 0.10 | 0 |
| HSL | 157.27º | 1% | 0.87% | - |
| HSV(B) | 157.27º | 0.26% | 1% | - |
| XYZ | 71.03 | 88.05 | 88.12 | - |
| YUV | 232.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 230 | 0.26 | 0 | 0.10 | 0 | 157.27 | 1 | 0.87 |
| Hex | BD | FF | E6 | 1A | 0 | A | 0 | 9D | 64 | 57 |
| Octal | 275 | 377 | 346 | 32 | 0 | 12 | 0 | 235 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11100110 | 11010 | 0 | 1010 | 0 | 10011101 | 1100100 | 1010111 |
Color Harmonies of #BDFFE6
Complementary color
Monochromatic Colors of #BDFFE6
Black with #BDFFE6
Text Example
Text Example
White with #BDFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFE6; }
p { color: rgb(189,255,230); }
H1.HeaderClassName
{
color: #BDFFE6;
}
.AnyTagClassName
{
color: #BDFFE6;
}
</style>
background-color css
<style>
a { background-color: #BDFFE6; }
a { background-color: rgb(189,255,230); }
div.DivClassName
{
background-color: #BDFFE6;
}
.BgClassName
{
background-color: #BDFFE6;
}
</style>
border-color css
<style>
span { border-color: #BDFFE6; }
span { border-color: rgb(189,255,230); }
td.TdClassName
{
border-color: #BDFFE6;
}
.TagClassName
{
border-color: #BDFFE6;
}
</style>