#BCF4BF

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

Shades of Fringy Flower #BCF4BF

Tints of Fringy Flower #BCF4BF

Color information

#BCF4BF (or 0xBCF4BF) is unknown color: approx Fringy Flower. HEX triplet: BC, F4 and BF. RGB value is (188,244,191). Sum of RGB (Red+Green+Blue) = 188+244+191=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4BF is #430B40. Grayscale: #DDDDDD. Windows color (decimal): -4393793 or 12580028. OLE color: 12580028.

HSL color Cylindrical-coordinate representation of color #BCF4BF: hue angle of 123.21º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF4BF is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB188244191-
CMYK0.2300.220.04
HSL123.21º71.79%84.71%-
HSV(B)123.21º22.95%95.69%-
XYZ62.4979.1561.27-
YUV221.21110.95104.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 244 (95.70% from 255) = 39.17%
BLUE value IS 191 (75% from 255) = 30.66%
R=30.18%
G=39.17%
B=30.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882441910.2300.220.04123.2171.7984.71
HexBCF4BF1701647b4855
Octal274364277270264173110125
Binary10111100111101001011111110111010110100111101110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4BF; }

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

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

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

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

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

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

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

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