#BDFFE6

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

Shades of Humming Bird #BDFFE6

Tints of Humming Bird #BDFFE6

Color information

#BDFFE6 (or 0xBDFFE6) is unknown color: approx Humming Bird. HEX triplet: BD, FF and E6. RGB value is (189,255,230). Sum of RGB (Red+Green+Blue) = 189+255+230=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFE6 is #420019. Grayscale: #E8E8E8. Windows color (decimal): -4325402 or 15138749. OLE color: 15138749.

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

Color convert

RGB189255230-
CMYK0.2600.100
HSL157.27º100%87.06%-
HSV(B)157.27º25.88%100%-
XYZ71.0388.0588.12-
YUV232.42126.6397.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 230 (90.23% from 255) = 34.12%
R=28.04%
G=37.83%
B=34.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552300.2600.100157.2710087.06
HexBDFFE61A0A09d6457
Octal275377346320120235144127
Binary101111011111111111100110110100101001001110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFE6; }

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

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

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

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

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

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

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

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