#BEFEE8

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

Shades of Humming Bird #BEFEE8

Tints of Humming Bird #BEFEE8

Color information

#BEFEE8 (or 0xBEFEE8) is unknown color: approx Humming Bird. HEX triplet: BE, FE and E8. RGB value is (190,254,232). Sum of RGB (Red+Green+Blue) = 190+254+232=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEE8 is #410117. Grayscale: #E8E8E8. Windows color (decimal): -4260120 or 15269566. OLE color: 15269566.

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

Color convert

RGB190254232-
CMYK0.2500.090.00
HSL159.38º96.97%87.06%-
HSV(B)159.38º25.2%99.61%-
XYZ71.2487.6689.51-
YUV232.36127.897.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.11%
GREEN value IS 254 (99.61% from 255) = 37.57%
BLUE value IS 232 (91.02% from 255) = 34.32%
R=28.11%
G=37.57%
B=34.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542320.2500.090.00159.3896.9787.06
HexBEFEE8190909f6157
Octal276376350310110237141127
Binary101111101111111011101000110010100101001111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEE8; }

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

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

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

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

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

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

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

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