#BCFBB9

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

Shades of Fringy Flower #BCFBB9

Tints of Fringy Flower #BCFBB9

Color information

#BCFBB9 (or 0xBCFBB9) is unknown color: approx Fringy Flower. HEX triplet: BC, FB and B9. RGB value is (188,251,185). Sum of RGB (Red+Green+Blue) = 188+251+185=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBB9 is #430446. Grayscale: #E0E0E0. Windows color (decimal): -4392007 or 12188604. OLE color: 12188604.

HSL color Cylindrical-coordinate representation of color #BCFBB9: hue angle of 117.27º degrees, saturation: 0.89, 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 #BCFBB9 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB188251185-
CMYK0.2500.260.02
HSL117.27º89.19%85.49%-
HSV(B)117.27º26.29%98.43%-
XYZ63.9983.1958.58-
YUV224.64105.63101.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=30.13%
G=40.22%
B=29.65%

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
Decimal1882511850.2500.260.02117.2789.1985.49
HexBCFBB91901A2755955
Octal274373271310322165131125
Binary1011110011111011101110011100101101010111010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBB9; }

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

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

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

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

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

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

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

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