#BDFFE5

Color #BDFFE5 Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #BDFFE5

Tints of Humming Bird #BDFFE5

Color information

#BDFFE5 (or 0xBDFFE5) is unknown color: approx Humming Bird. HEX triplet: BD, FF and E5. RGB value is (189,255,229). Sum of RGB (Red+Green+Blue) = 189+255+229=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFE5 is #42001A. Grayscale: #E8E8E8. Windows color (decimal): -4325403 or 15073213. OLE color: 15073213.

HSL color Cylindrical-coordinate representation of color #BDFFE5: hue angle of 156.36º 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 #BDFFE5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB189255229-
CMYK0.2600.100
HSL156.36º100%87.06%-
HSV(B)156.36º25.88%100%-
XYZ70.898887.38-
YUV232.3126.1397.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 28.08%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 229 (89.84% from 255) = 34.03%
R=28.08%
G=37.89%
B=34.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552290.2600.100156.3610087.06
HexBDFFE51A0A09c6457
Octal275377345320120234144127
Binary101111011111111111100101110100101001001110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFE5; }

 p { color: rgb(189,255,229); }

 H1.HeaderClassName
 {
   color: #BDFFE5;
 }
 .AnyTagClassName
 {
   color: #BDFFE5;
 }
</style>
background-color css

<style>
 a { background-color: #BDFFE5; }

 a { background-color: rgb(189,255,229); }

 div.DivClassName
 {
   background-color: #BDFFE5;
 }
 .BgClassName
 {
   background-color: #BDFFE5;
 }
</style>
border-color css

<style>
 span { border-color: #BDFFE5; }

 span { border-color: rgb(189,255,229); }

 td.TdClassName
 {
   border-color: #BDFFE5;
 }
 .TagClassName
 {
   border-color: #BDFFE5;
 }
</style>