#BDFFE7

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

Shades of Humming Bird #BDFFE7

Tints of Humming Bird #BDFFE7

Color information

#BDFFE7 (or 0xBDFFE7) is unknown color: approx Humming Bird. HEX triplet: BD, FF and E7. RGB value is (189,255,231). Sum of RGB (Red+Green+Blue) = 189+255+231=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFE7 is #420018. Grayscale: #E8E8E8. Windows color (decimal): -4325401 or 15204285. OLE color: 15204285.

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

Color convert

RGB189255231-
CMYK0.2600.090
HSL158.18º100%87.06%-
HSV(B)158.18º25.88%100%-
XYZ71.1788.1188.86-
YUV232.53127.1396.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 231 (90.62% from 255) = 34.22%
R=28%
G=37.78%
B=34.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552310.2600.090158.1810087.06
HexBDFFE71A0909e6457
Octal275377347320110236144127
Binary101111011111111111100111110100100101001111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFE7; }

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

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

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

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

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

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

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

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