#BCFBC0

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

Shades of Fringy Flower #BCFBC0

Tints of Fringy Flower #BCFBC0

Color information

#BCFBC0 (or 0xBCFBC0) is unknown color: approx Fringy Flower. HEX triplet: BC, FB and C0. RGB value is (188,251,192). Sum of RGB (Red+Green+Blue) = 188+251+192=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBC0 is #43043F. Grayscale: #E1E1E1. Windows color (decimal): -4392000 or 12647356. OLE color: 12647356.

HSL color Cylindrical-coordinate representation of color #BCFBC0: hue angle of 123.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBC0 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB188251192-
CMYK0.2500.240.02
HSL123.81º88.73%86.08%-
HSV(B)123.81º25.1%98.43%-
XYZ64.7583.4962.57-
YUV225.44109.13101.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 251 (98.44% from 255) = 39.78%
BLUE value IS 192 (75.39% from 255) = 30.43%
R=29.79%
G=39.78%
B=30.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511920.2500.240.02123.8188.7386.08
HexBCFBC01901827c5956
Octal274373300310302174131126
Binary1011110011111011110000001100101100010111110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBC0; }

 p { color: rgb(188,251,192); }

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

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

 a { background-color: rgb(188,251,192); }

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

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

 span { border-color: rgb(188,251,192); }

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