#BCFCBB

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

Shades of Fringy Flower #BCFCBB

Tints of Fringy Flower #BCFCBB

Color information

#BCFCBB (or 0xBCFCBB) is unknown color: approx Fringy Flower. HEX triplet: BC, FC and BB. RGB value is (188,252,187). Sum of RGB (Red+Green+Blue) = 188+252+187=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCBB is #430344. Grayscale: #E1E1E1. Windows color (decimal): -4391749 or 12319932. OLE color: 12319932.

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

Color convert

RGB188252187-
CMYK0.2500.260.01
HSL119.08º91.55%86.08%-
HSV(B)119.08º25.79%98.82%-
XYZ64.5283.959.81-
YUV225.45106.3101.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 252 (98.83% from 255) = 40.19%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=29.98%
G=40.19%
B=29.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882521870.2500.260.01119.0891.5586.08
HexBCFCBB1901A1775c56
Octal274374273310321167134126
Binary101111001111110010111011110010110101111011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCBB; }

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

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

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

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

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

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

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

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