#BEF1BD

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

Shades of Fringy Flower #BEF1BD

Tints of Fringy Flower #BEF1BD

Color information

#BEF1BD (or 0xBEF1BD) is unknown color: approx Fringy Flower. HEX triplet: BE, F1 and BD. RGB value is (190,241,189). Sum of RGB (Red+Green+Blue) = 190+241+189=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1BD is #410E42. Grayscale: #DBDBDB. Windows color (decimal): -4263491 or 12448190. OLE color: 12448190.

HSL color Cylindrical-coordinate representation of color #BEF1BD: hue angle of 118.85º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF1BD is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB190241189-
CMYK0.2100.220.05
HSL118.85º65%84.31%-
HSV(B)118.85º21.58%94.51%-
XYZ61.8877.5359.85-
YUV219.82110.6106.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=30.65%
G=38.87%
B=30.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411890.2100.220.05118.856584.31
HexBEF1BD150165774154
Octal276361275250265167101124
Binary10111110111100011011110110101010110101111011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1BD; }

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

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

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

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

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

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

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

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