#BEF2BD

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

Shades of Fringy Flower #BEF2BD

Tints of Fringy Flower #BEF2BD

Color information

#BEF2BD (or 0xBEF2BD) is unknown color: approx Fringy Flower. HEX triplet: BE, F2 and BD. RGB value is (190,242,189). Sum of RGB (Red+Green+Blue) = 190+242+189=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2BD is #410D42. Grayscale: #DCDCDC. Windows color (decimal): -4263235 or 12448446. OLE color: 12448446.

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

Color convert

RGB190242189-
CMYK0.2100.220.05
HSL118.87º67.09%84.51%-
HSV(B)118.87º21.9%94.9%-
XYZ62.1778.1359.95-
YUV220.41110.27106.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=30.60%
G=38.97%
B=30.43%

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
Decimal1902421890.2100.220.05118.8767.0984.51
HexBEF2BD150165774355
Octal276362275250265167103125
Binary10111110111100101011110110101010110101111011110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2BD; }

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

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

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

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

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

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

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

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