#BEFFEE

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

Shades of Humming Bird #BEFFEE

Tints of Humming Bird #BEFFEE

Color information

#BEFFEE (or 0xBEFFEE) is unknown color: approx Humming Bird. HEX triplet: BE, FF and EE. RGB value is (190,255,238). Sum of RGB (Red+Green+Blue) = 190+255+238=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFEE is #410011. Grayscale: #E9E9E9. Windows color (decimal): -4259858 or 15663038. OLE color: 15663038.

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

Color convert

RGB190255238-
CMYK0.2500.070
HSL164.31º100%87.25%-
HSV(B)164.31º25.49%100%-
XYZ72.4388.6494.18-
YUV233.63130.4796.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.82%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=27.82%
G=37.34%
B=34.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552380.2500.070164.3110087.25
HexBEFFEE19070a46457
Octal27637735631070244144127
Binary10111110111111111110111011001011101010010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFEE; }

 p { color: rgb(190,255,238); }

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

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

 a { background-color: rgb(190,255,238); }

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

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

 span { border-color: rgb(190,255,238); }

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