#BCDFBF

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

Shades of Fringy Flower #BCDFBF

Tints of Fringy Flower #BCDFBF

Color information

#BCDFBF (or 0xBCDFBF) is unknown color: approx Fringy Flower. HEX triplet: BC, DF and BF. RGB value is (188,223,191). Sum of RGB (Red+Green+Blue) = 188+223+191=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFBF is #432040. Grayscale: #D0D0D0. Windows color (decimal): -4399169 or 12574652. OLE color: 12574652.

HSL color Cylindrical-coordinate representation of color #BCDFBF: hue angle of 125.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFBF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB188223191-
CMYK0.1600.140.13
HSL125.14º35.35%80.59%-
HSV(B)125.14º15.7%87.45%-
XYZ56.5367.2359.29-
YUV208.89117.9113.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 191 (75% from 255) = 31.73%
R=31.23%
G=37.04%
B=31.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231910.1600.140.13125.1435.3580.59
HexBCDFBF100ED7d2351
Octal274337277200161517543121
Binary1011110011011111101111111000001110110111111011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFBF; }

 p { color: rgb(188,223,191); }

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

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

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

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

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

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

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