#BCFCBE

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

Shades of Fringy Flower #BCFCBE

Tints of Fringy Flower #BCFCBE

Color information

#BCFCBE (or 0xBCFCBE) is unknown color: approx Fringy Flower. HEX triplet: BC, FC and BE. RGB value is (188,252,190). Sum of RGB (Red+Green+Blue) = 188+252+190=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCBE is #430341. Grayscale: #E1E1E1. Windows color (decimal): -4391746 or 12516540. OLE color: 12516540.

HSL color Cylindrical-coordinate representation of color #BCFCBE: hue angle of 121.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCBE is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB188252190-
CMYK0.2500.250.01
HSL121.88º91.43%86.27%-
HSV(B)121.88º25.4%98.82%-
XYZ64.8484.0361.52-
YUV225.8107.8101.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=29.84%
G=40%
B=30.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882521900.2500.250.01121.8891.4386.27
HexBCFCBE1901917a5b56
Octal274374276310311172133126
Binary101111001111110010111110110010110011111101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCBE; }

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

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

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

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

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

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

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

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