#BEFDE8

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

Shades of Humming Bird #BEFDE8

Tints of Humming Bird #BEFDE8

Color information

#BEFDE8 (or 0xBEFDE8) is unknown color: approx Humming Bird. HEX triplet: BE, FD and E8. RGB value is (190,253,232). Sum of RGB (Red+Green+Blue) = 190+253+232=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDE8 is #410217. Grayscale: #E7E7E7. Windows color (decimal): -4260376 or 15269310. OLE color: 15269310.

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

Color convert

RGB190253232-
CMYK0.2500.080.01
HSL160º94.03%86.86%-
HSV(B)160º24.9%99.22%-
XYZ70.9387.0289.4-
YUV231.77128.1398.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.15%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=28.15%
G=37.48%
B=34.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532320.2500.080.0116094.0386.86
HexBEFDE819081a05e57
Octal276375350310101240136127
Binary101111101111110111101000110010100011010000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDE8; }

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

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

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

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

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

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

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

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