#BCFEBD

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

Shades of Fringy Flower #BCFEBD

Tints of Fringy Flower #BCFEBD

Color information

#BCFEBD (or 0xBCFEBD) is unknown color: approx Fringy Flower. HEX triplet: BC, FE and BD. RGB value is (188,254,189). Sum of RGB (Red+Green+Blue) = 188+254+189=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEBD is #430142. Grayscale: #E3E3E3. Windows color (decimal): -4391235 or 12451516. OLE color: 12451516.

HSL color Cylindrical-coordinate representation of color #BCFEBD: hue angle of 120.91º 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 #BCFEBD is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB188254189-
CMYK0.2600.260.00
HSL120.91º97.06%86.67%-
HSV(B)120.91º25.98%99.61%-
XYZ65.3785.2561.15-
YUV226.86106.63100.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 254 (99.61% from 255) = 40.25%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=29.79%
G=40.25%
B=29.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882541890.2600.260.00120.9197.0686.67
HexBCFEBD1A01A0796157
Octal274376275320320171141127
Binary101111001111111010111101110100110100111100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEBD; }

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

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

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

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

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

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

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

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