#BEFABD

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

Shades of Fringy Flower #BEFABD

Tints of Fringy Flower #BEFABD

Color information

#BEFABD (or 0xBEFABD) is unknown color: approx Fringy Flower. HEX triplet: BE, FA and BD. RGB value is (190,250,189). Sum of RGB (Red+Green+Blue) = 190+250+189=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFABD is #410542. Grayscale: #E1E1E1. Windows color (decimal): -4261187 or 12450494. OLE color: 12450494.

HSL color Cylindrical-coordinate representation of color #BEFABD: hue angle of 119.02º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFABD is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB190250189-
CMYK0.2400.240.02
HSL119.02º85.92%86.08%-
HSV(B)119.02º24.4%98.04%-
XYZ64.6182.9960.76-
YUV225.11107.62102.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=30.21%
G=39.75%
B=30.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501890.2400.240.02119.0285.9286.08
HexBEFABD180182775656
Octal276372275300302167126126
Binary1011111011111010101111011100001100010111011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFABD; }

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

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

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

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

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

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

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

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