#BEEFBD

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

Shades of Fringy Flower #BEEFBD

Tints of Fringy Flower #BEEFBD

Color information

#BEEFBD (or 0xBEEFBD) is unknown color: approx Fringy Flower. HEX triplet: BE, EF and BD. RGB value is (190,239,189). Sum of RGB (Red+Green+Blue) = 190+239+189=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFBD is #411042. Grayscale: #DADADA. Windows color (decimal): -4264003 or 12447678. OLE color: 12447678.

HSL color Cylindrical-coordinate representation of color #BEEFBD: hue angle of 118.8º degrees, saturation: 0.61, 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 #BEEFBD is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB190239189-
CMYK0.2100.210.06
HSL118.8º60.98%83.92%-
HSV(B)118.8º20.92%93.73%-
XYZ61.2976.3559.65-
YUV218.65111.27107.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=30.74%
G=38.67%
B=30.58%

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
Decimal1902391890.2100.210.06118.860.9883.92
HexBEEFBD150156773d54
Octal27635727525025616775124
Binary1011111011101111101111011010101010111011101111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFBD; }

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

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

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

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

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

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

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

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