#BCFCBD

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

Shades of Fringy Flower #BCFCBD

Tints of Fringy Flower #BCFCBD

Color information

#BCFCBD (or 0xBCFCBD) is unknown color: approx Fringy Flower. HEX triplet: BC, FC and BD. RGB value is (188,252,189). Sum of RGB (Red+Green+Blue) = 188+252+189=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCBD is #430342. Grayscale: #E1E1E1. Windows color (decimal): -4391747 or 12451004. OLE color: 12451004.

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

Color convert

RGB188252189-
CMYK0.2500.250.01
HSL120.94º91.43%86.27%-
HSV(B)120.94º25.4%98.82%-
XYZ64.7383.9960.94-
YUV225.68107.3101.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 252 (98.83% from 255) = 40.06%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=29.89%
G=40.06%
B=30.05%

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
Decimal1882521890.2500.250.01120.9491.4386.27
HexBCFCBD190191795b56
Octal274374275310311171133126
Binary101111001111110010111101110010110011111100110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCBD; }

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

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

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

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

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

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

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

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