#BCF3BF

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

Shades of Fringy Flower #BCF3BF

Tints of Fringy Flower #BCF3BF

Color information

#BCF3BF (or 0xBCF3BF) is unknown color: approx Fringy Flower. HEX triplet: BC, F3 and BF. RGB value is (188,243,191). Sum of RGB (Red+Green+Blue) = 188+243+191=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3BF is #430C40. Grayscale: #DCDCDC. Windows color (decimal): -4394049 or 12579772. OLE color: 12579772.

HSL color Cylindrical-coordinate representation of color #BCF3BF: hue angle of 123.27º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3BF is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB188243191-
CMYK0.2300.210.05
HSL123.27º69.62%84.51%-
HSV(B)123.27º22.63%95.29%-
XYZ62.1978.5561.17-
YUV220.63111.28104.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 191 (75% from 255) = 30.71%
R=30.23%
G=39.07%
B=30.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431910.2300.210.05123.2769.6284.51
HexBCF3BF1701557b4655
Octal274363277270255173106125
Binary10111100111100111011111110111010101101111101110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3BF; }

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

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

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

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

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

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

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

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