#BEF2BA

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

Shades of Fringy Flower #BEF2BA

Tints of Fringy Flower #BEF2BA

Color information

#BEF2BA (or 0xBEF2BA) is unknown color: approx Fringy Flower. HEX triplet: BE, F2 and BA. RGB value is (190,242,186). Sum of RGB (Red+Green+Blue) = 190+242+186=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2BA is #410D45. Grayscale: #DCDCDC. Windows color (decimal): -4263238 or 12251838. OLE color: 12251838.

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

Color convert

RGB190242186-
CMYK0.2100.230.05
HSL115.71º68.29%83.92%-
HSV(B)115.71º23.14%94.9%-
XYZ61.857858.25-
YUV220.07108.77106.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 242 (94.92% from 255) = 39.16%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=30.74%
G=39.16%
B=30.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421860.2100.230.05115.7168.2983.92
HexBEF2BA150175744454
Octal276362272250275164104124
Binary10111110111100101011101010101010111101111010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2BA; }

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

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

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

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

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

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

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

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