#BCFFBC

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

Shades of Fringy Flower #BCFFBC

Tints of Fringy Flower #BCFFBC

Color information

#BCFFBC (or 0xBCFFBC) is unknown color: approx Fringy Flower. HEX triplet: BC, FF and BC. RGB value is (188,255,188). Sum of RGB (Red+Green+Blue) = 188+255+188=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFBC is #430043. Grayscale: #E3E3E3. Windows color (decimal): -4390980 or 12386236. OLE color: 12386236.

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

Color convert

RGB188255188-
CMYK0.2600.260
HSL120º100%86.86%-
HSV(B)120º26.27%100%-
XYZ65.5885.8460.69-
YUV227.33105.899.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 188 (73.83% from 255) = 29.79%
R=29.79%
G=40.41%
B=29.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551880.2600.26012010086.86
HexBCFFBC1A01A0786457
Octal274377274320320170144127
Binary101111001111111110111100110100110100111100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFBC; }

 p { color: rgb(188,255,188); }

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

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

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

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

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

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

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