#BCFEBA

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

Shades of Fringy Flower #BCFEBA

Tints of Fringy Flower #BCFEBA

Color information

#BCFEBA (or 0xBCFEBA) is unknown color: approx Fringy Flower. HEX triplet: BC, FE and BA. RGB value is (188,254,186). Sum of RGB (Red+Green+Blue) = 188+254+186=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEBA is #430145. Grayscale: #E2E2E2. Windows color (decimal): -4391238 or 12254908. OLE color: 12254908.

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

Color convert

RGB188254186-
CMYK0.2600.270.00
HSL118.24º97.14%86.27%-
HSV(B)118.24º26.77%99.61%-
XYZ65.0485.1259.46-
YUV226.51105.13100.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=29.94%
G=40.45%
B=29.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541860.2600.270.00118.2497.1486.27
HexBCFEBA1A01B0766156
Octal274376272320330166141126
Binary101111001111111010111010110100110110111011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEBA; }

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

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

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

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

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

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

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

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