#BEFDE7

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

Shades of Humming Bird #BEFDE7

Tints of Humming Bird #BEFDE7

Color information

#BEFDE7 (or 0xBEFDE7) is unknown color: approx Humming Bird. HEX triplet: BE, FD and E7. RGB value is (190,253,231). Sum of RGB (Red+Green+Blue) = 190+253+231=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDE7 is #410218. Grayscale: #E7E7E7. Windows color (decimal): -4260377 or 15203774. OLE color: 15203774.

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

Color convert

RGB190253231-
CMYK0.2500.090.01
HSL159.05º94.03%86.86%-
HSV(B)159.05º24.9%99.22%-
XYZ70.7886.9788.66-
YUV231.66127.6398.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.19%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 231 (90.62% from 255) = 34.27%
R=28.19%
G=37.54%
B=34.27%

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
Decimal1902532310.2500.090.01159.0594.0386.86
HexBEFDE7190919f5e57
Octal276375347310111237136127
Binary101111101111110111100111110010100111001111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDE7; }

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

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

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

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

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

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

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

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