#BCFAB9

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

Shades of Fringy Flower #BCFAB9

Tints of Fringy Flower #BCFAB9

Color information

#BCFAB9 (or 0xBCFAB9) is unknown color: approx Fringy Flower. HEX triplet: BC, FA and B9. RGB value is (188,250,185). Sum of RGB (Red+Green+Blue) = 188+250+185=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAB9 is #430546. Grayscale: #E0E0E0. Windows color (decimal): -4392263 or 12188348. OLE color: 12188348.

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

Color convert

RGB188250185-
CMYK0.2500.260.02
HSL117.23º86.67%85.29%-
HSV(B)117.23º26%98.04%-
XYZ63.6882.5758.48-
YUV224.05105.96102.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 185 (72.66% from 255) = 29.70%
R=30.18%
G=40.13%
B=29.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501850.2500.260.02117.2386.6785.29
HexBCFAB91901A2755755
Octal274372271310322165127125
Binary1011110011111010101110011100101101010111010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAB9; }

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

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

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

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

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

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

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

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