#BFFCBF

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

Shades of Fringy Flower #BFFCBF

Tints of Fringy Flower #BFFCBF

Color information

#BFFCBF (or 0xBFFCBF) is unknown color: approx Fringy Flower. HEX triplet: BF, FC and BF. RGB value is (191,252,191). Sum of RGB (Red+Green+Blue) = 191+252+191=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCBF is #400340. Grayscale: #E2E2E2. Windows color (decimal): -4195137 or 12582079. OLE color: 12582079.

HSL color Cylindrical-coordinate representation of color #BFFCBF: hue angle of 120º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFCBF is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB191252191-
CMYK0.2400.240.01
HSL120º91.04%86.86%-
HSV(B)120º24.21%98.82%-
XYZ65.784.4662.13-
YUV226.81107.79102.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 191 (75% from 255) = 30.13%
R=30.13%
G=39.75%
B=30.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521910.2400.240.0112091.0486.86
HexBFFCBF180181785b57
Octal277374277300301170133127
Binary101111111111110010111111110000110001111100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCBF; }

 p { color: rgb(191,252,191); }

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

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

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

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

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

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

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