Shades of Humming Bird #BDFFE8
Tints of Humming Bird #BDFFE8
RGB
CMYK
RGB Variations
Color information
#BDFFE8 (or 0xBDFFE8) is known color: Humming Bird. HEX triplet: BD, FF and E8. RGB value is (189,255,232). Sum of RGB (Red+Green+Blue) = 189+255+232=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFE8 is #420017. Grayscale: #E8E8E8. Windows color (decimal): -4325400 or 15269821. OLE color: 15269821.
HSL color Cylindrical-coordinate representation of color #BDFFE8: hue angle of 159.09º 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 #BDFFE8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 232 | - |
| CMYK | 0.26 | 0 | 0.09 | 0 |
| HSL | 159.09º | 1% | 0.87% | - |
| HSV(B) | 159.09º | 0.26% | 1% | - |
| XYZ | 71.31 | 88.17 | 89.6 | - |
| YUV | 232.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 232 | 0.26 | 0 | 0.09 | 0 | 159.09 | 1 | 0.87 |
| Hex | BD | FF | E8 | 1A | 0 | 9 | 0 | 9F | 64 | 57 |
| Octal | 275 | 377 | 350 | 32 | 0 | 11 | 0 | 237 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11101000 | 11010 | 0 | 1001 | 0 | 10011111 | 1100100 | 1010111 |
Color Harmonies of #BDFFE8
Complementary color
Monochromatic Colors of #BDFFE8
Black with #BDFFE8
Text Example
Text Example
White with #BDFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFE8; }
p { color: rgb(189,255,232); }
H1.HeaderClassName
{
color: #BDFFE8;
}
.AnyTagClassName
{
color: #BDFFE8;
}
</style>
background-color css
<style>
a { background-color: #BDFFE8; }
a { background-color: rgb(189,255,232); }
div.DivClassName
{
background-color: #BDFFE8;
}
.BgClassName
{
background-color: #BDFFE8;
}
</style>
border-color css
<style>
span { border-color: #BDFFE8; }
span { border-color: rgb(189,255,232); }
td.TdClassName
{
border-color: #BDFFE8;
}
.TagClassName
{
border-color: #BDFFE8;
}
</style>