#BCFEBE

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

Shades of Fringy Flower #BCFEBE

Tints of Fringy Flower #BCFEBE

Color information

#BCFEBE (or 0xBCFEBE) is unknown color: approx Fringy Flower. HEX triplet: BC, FE and BE. RGB value is (188,254,190). Sum of RGB (Red+Green+Blue) = 188+254+190=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEBE is #430141. Grayscale: #E3E3E3. Windows color (decimal): -4391234 or 12517052. OLE color: 12517052.

HSL color Cylindrical-coordinate representation of color #BCFEBE: hue angle of 121.82º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEBE is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB188254190-
CMYK0.2600.250.00
HSL121.82º97.06%86.67%-
HSV(B)121.82º25.98%99.61%-
XYZ65.4885.2961.73-
YUV226.97107.13100.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 254 (99.61% from 255) = 40.19%
BLUE value IS 190 (74.61% from 255) = 30.06%
R=29.75%
G=40.19%
B=30.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541900.2600.250.00121.8297.0686.67
HexBCFEBE1A01907a6157
Octal274376276320310172141127
Binary101111001111111010111110110100110010111101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEBE; }

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

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

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

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

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

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

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

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