#BEEFBE

Color #BEEFBE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BEEFBE

Tints of Fringy Flower #BEEFBE

Color information

#BEEFBE (or 0xBEEFBE) is unknown color: approx Fringy Flower. HEX triplet: BE, EF and BE. RGB value is (190,239,190). Sum of RGB (Red+Green+Blue) = 190+239+190=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFBE is #411041. Grayscale: #DADADA. Windows color (decimal): -4264002 or 12513214. OLE color: 12513214.

HSL color Cylindrical-coordinate representation of color #BEEFBE: hue angle of 120º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFBE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB190239190-
CMYK0.2100.210.06
HSL120º60.49%84.12%-
HSV(B)120º20.5%93.73%-
XYZ61.476.460.23-
YUV218.76111.77107.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=30.69%
G=38.61%
B=30.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391900.2100.210.0612060.4984.12
HexBEEFBE150156783c54
Octal27635727625025617074124
Binary1011111011101111101111101010101010111011110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFBE; }

 p { color: rgb(190,239,190); }

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

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

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

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

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

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

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