#BFFCBE

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

Shades of Fringy Flower #BFFCBE

Tints of Fringy Flower #BFFCBE

Color information

#BFFCBE (or 0xBFFCBE) is unknown color: approx Fringy Flower. HEX triplet: BF, FC and BE. RGB value is (191,252,190). Sum of RGB (Red+Green+Blue) = 191+252+190=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCBE is #400341. Grayscale: #E2E2E2. Windows color (decimal): -4195138 or 12516543. OLE color: 12516543.

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

Color convert

RGB191252190-
CMYK0.2400.250.01
HSL119.03º91.18%86.67%-
HSV(B)119.03º24.6%98.82%-
XYZ65.5984.4161.55-
YUV226.69107.29102.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=30.17%
G=39.81%
B=30.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521900.2400.250.01119.0391.1886.67
HexBFFCBE180191775b57
Octal277374276300311167133127
Binary101111111111110010111110110000110011111011110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCBE; }

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

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

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

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

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

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

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

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