#BCF3BE

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

Shades of Fringy Flower #BCF3BE

Tints of Fringy Flower #BCF3BE

Color information

#BCF3BE (or 0xBCF3BE) is unknown color: approx Fringy Flower. HEX triplet: BC, F3 and BE. RGB value is (188,243,190). Sum of RGB (Red+Green+Blue) = 188+243+190=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3BE is #430C41. Grayscale: #DCDCDC. Windows color (decimal): -4394050 or 12514236. OLE color: 12514236.

HSL color Cylindrical-coordinate representation of color #BCF3BE: hue angle of 122.18º 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 #BCF3BE is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB188243190-
CMYK0.2300.220.05
HSL122.18º69.62%84.51%-
HSV(B)122.18º22.63%95.29%-
XYZ62.0878.5160.6-
YUV220.51110.78104.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 243 (95.31% from 255) = 39.13%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=30.27%
G=39.13%
B=30.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431900.2300.220.05122.1869.6284.51
HexBCF3BE1701657a4655
Octal274363276270265172106125
Binary10111100111100111011111010111010110101111101010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3BE; }

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

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

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

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

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

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

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

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