#BCFABC

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

Shades of Fringy Flower #BCFABC

Tints of Fringy Flower #BCFABC

Color information

#BCFABC (or 0xBCFABC) is unknown color: approx Fringy Flower. HEX triplet: BC, FA and BC. RGB value is (188,250,188). Sum of RGB (Red+Green+Blue) = 188+250+188=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFABC is #430543. Grayscale: #E0E0E0. Windows color (decimal): -4392260 or 12384956. OLE color: 12384956.

HSL color Cylindrical-coordinate representation of color #BCFABC: hue angle of 120º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFABC is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB188250188-
CMYK0.2500.250.02
HSL120º86.11%85.88%-
HSV(B)120º24.8%98.04%-
XYZ6482.6960.17-
YUV224.39107.46102.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 188 (73.83% from 255) = 30.03%
R=30.03%
G=39.94%
B=30.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501880.2500.250.0212086.1185.88
HexBCFABC190192785656
Octal274372274310312170126126
Binary1011110011111010101111001100101100110111100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFABC; }

 p { color: rgb(188,250,188); }

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

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

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

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

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

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

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