#BDFEE5

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

Shades of Humming Bird #BDFEE5

Tints of Humming Bird #BDFEE5

Color information

#BDFEE5 (or 0xBDFEE5) is unknown color: approx Humming Bird. HEX triplet: BD, FE and E5. RGB value is (189,254,229). Sum of RGB (Red+Green+Blue) = 189+254+229=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE5 is #42011A. Grayscale: #E7E7E7. Windows color (decimal): -4325659 or 15072957. OLE color: 15072957.

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

Color convert

RGB189254229-
CMYK0.2600.100.00
HSL156.92º97.01%86.86%-
HSV(B)156.92º25.59%99.61%-
XYZ70.5787.3687.27-
YUV231.71126.4797.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.12%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=28.12%
G=37.80%
B=34.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542290.2600.100.00156.9297.0186.86
HexBDFEE51A0A09d6157
Octal275376345320120235141127
Binary101111011111111011100101110100101001001110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEE5; }

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

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

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

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

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

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

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

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