#BFF9BF

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

Shades of Fringy Flower #BFF9BF

Tints of Fringy Flower #BFF9BF

Color information

#BFF9BF (or 0xBFF9BF) is unknown color: approx Fringy Flower. HEX triplet: BF, F9 and BF. RGB value is (191,249,191). Sum of RGB (Red+Green+Blue) = 191+249+191=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9BF is #400640. Grayscale: #E1E1E1. Windows color (decimal): -4195905 or 12581311. OLE color: 12581311.

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

Color convert

RGB191249191-
CMYK0.2300.230.02
HSL120º82.86%86.27%-
HSV(B)120º23.29%97.65%-
XYZ64.7782.5961.82-
YUV225.05108.78103.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 249 (97.66% from 255) = 39.46%
BLUE value IS 191 (75% from 255) = 30.27%
R=30.27%
G=39.46%
B=30.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491910.2300.230.0212082.8686.27
HexBFF9BF170172785356
Octal277371277270272170123126
Binary1011111111111001101111111011101011110111100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9BF; }

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

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

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

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

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

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

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

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