#BEFDE5

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

Shades of Humming Bird #BEFDE5

Tints of Humming Bird #BEFDE5

Color information

#BEFDE5 (or 0xBEFDE5) is unknown color: approx Humming Bird. HEX triplet: BE, FD and E5. RGB value is (190,253,229). Sum of RGB (Red+Green+Blue) = 190+253+229=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDE5 is #41021A. Grayscale: #E7E7E7. Windows color (decimal): -4260379 or 15072702. OLE color: 15072702.

HSL color Cylindrical-coordinate representation of color #BEFDE5: hue angle of 157.14º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDE5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB190253229-
CMYK0.2500.090.01
HSL157.14º94.03%86.86%-
HSV(B)157.14º24.9%99.22%-
XYZ70.586.8587.18-
YUV231.43126.6398.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.27%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=28.27%
G=37.65%
B=34.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532290.2500.090.01157.1494.0386.86
HexBEFDE5190919d5e57
Octal276375345310111235136127
Binary101111101111110111100101110010100111001110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDE5; }

 p { color: rgb(190,253,229); }

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

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

 a { background-color: rgb(190,253,229); }

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

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

 span { border-color: rgb(190,253,229); }

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