#BDFFE4

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

Shades of Humming Bird #BDFFE4

Tints of Humming Bird #BDFFE4

Color information

#BDFFE4 (or 0xBDFFE4) is unknown color: approx Humming Bird. HEX triplet: BD, FF and E4. RGB value is (189,255,228). Sum of RGB (Red+Green+Blue) = 189+255+228=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFE4 is #42001B. Grayscale: #E8E8E8. Windows color (decimal): -4325404 or 15007677. OLE color: 15007677.

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

Color convert

RGB189255228-
CMYK0.2600.110
HSL155.45º100%87.06%-
HSV(B)155.45º25.88%100%-
XYZ70.7587.9486.64-
YUV232.19125.6397.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.12%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=28.12%
G=37.95%
B=33.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552280.2600.110155.4510087.06
HexBDFFE41A0B09b6457
Octal275377344320130233144127
Binary101111011111111111100100110100101101001101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFE4; }

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

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

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

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

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

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

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

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