#BEF1BC

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

Shades of Fringy Flower #BEF1BC

Tints of Fringy Flower #BEF1BC

Color information

#BEF1BC (or 0xBEF1BC) is unknown color: approx Fringy Flower. HEX triplet: BE, F1 and BC. RGB value is (190,241,188). Sum of RGB (Red+Green+Blue) = 190+241+188=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1BC is #410E43. Grayscale: #DBDBDB. Windows color (decimal): -4263492 or 12382654. OLE color: 12382654.

HSL color Cylindrical-coordinate representation of color #BEF1BC: hue angle of 117.74º 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 #BEF1BC is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB190241188-
CMYK0.2100.220.05
HSL117.74º65.43%84.12%-
HSV(B)117.74º21.99%94.51%-
XYZ61.7777.4959.28-
YUV219.71110.1106.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=30.69%
G=38.93%
B=30.37%

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
Decimal1902411880.2100.220.05117.7465.4384.12
HexBEF1BC150165764154
Octal276361274250265166101124
Binary10111110111100011011110010101010110101111011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1BC; }

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

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

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

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

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

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

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

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