#BEF0BA

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

Shades of Fringy Flower #BEF0BA

Tints of Fringy Flower #BEF0BA

Color information

#BEF0BA (or 0xBEF0BA) is unknown color: approx Fringy Flower. HEX triplet: BE, F0 and BA. RGB value is (190,240,186). Sum of RGB (Red+Green+Blue) = 190+240+186=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0BA is #410F45. Grayscale: #DBDBDB. Windows color (decimal): -4263750 or 12251326. OLE color: 12251326.

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

Color convert

RGB190240186-
CMYK0.2100.220.06
HSL115.56º64.29%83.53%-
HSV(B)115.56º22.5%94.12%-
XYZ61.2676.8158.05-
YUV218.89109.44107.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=30.84%
G=38.96%
B=30.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401860.2100.220.06115.5664.2983.53
HexBEF0BA150166744054
Octal276360272250266164100124
Binary10111110111100001011101010101010110110111010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0BA; }

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

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

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

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

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

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

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

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