#BEF2BC

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

Shades of Fringy Flower #BEF2BC

Tints of Fringy Flower #BEF2BC

Color information

#BEF2BC (or 0xBEF2BC) is unknown color: approx Fringy Flower. HEX triplet: BE, F2 and BC. RGB value is (190,242,188). Sum of RGB (Red+Green+Blue) = 190+242+188=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2BC is #410D43. Grayscale: #DCDCDC. Windows color (decimal): -4263236 or 12382910. OLE color: 12382910.

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

Color convert

RGB190242188-
CMYK0.2100.220.05
HSL117.78º67.5%84.31%-
HSV(B)117.78º22.31%94.9%-
XYZ62.0678.0859.38-
YUV220.3109.77106.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=30.65%
G=39.03%
B=30.32%

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
Decimal1902421880.2100.220.05117.7867.584.31
HexBEF2BC150165764454
Octal276362274250265166104124
Binary10111110111100101011110010101010110101111011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2BC; }

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

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

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

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

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

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

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

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